Contents

isTrue

Checks whether the OSBoolean object represents a true bool value.

Declaration

virtual bool isTrue() const;

Return Value

true if the OSBoolean object is true, false otherwise.

Overview

You can also use == against kOSBooleanTrue.

See Also

Miscellaneous