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.
Checks whether the OSBoolean object represents a false bool value.
virtual bool isFalse() const;true if the OSBoolean object is false, true otherwise.
You can also use == against kOSBooleanFalse.