Contents

isFalse

Checks whether the OSBoolean object represents a false bool value.

Declaration

virtual bool isFalse() const;

Return Value

true if the OSBoolean object is false, true otherwise.

Overview

You can also use == against kOSBooleanFalse.

See Also

Miscellaneous