==

Returns true if this boolean is equal to the other boolean.

Syntax
aBoolean == anotherBoolean
Parameters
anotherBoolean - Boolean
The second boolean.
Return Value
True if this boolean is equal to the other boolean.