Boolean.opEquals

Returns {@code true} if and only if the argument is not {@code null} and is a {@code Boolean} object that represents the same {@code bool} value as this object.

@param obj the object to compare with. @return {@code true} if the Boolean objects represent the same value; {@code false} otherwise.

class Boolean
override
bool
opEquals
(
Object obj
)

Meta