Contents

isEqualTo(const OSMetaClassBase *)

Tests the equality an OSBoolean to an arbitrary object.

Declaration

virtual bool isEqualTo(
 const OSMetaClassBase *anObject) const;

Parameters

  • anObject:

    An object to be compared against the receiver.

Return Value

true if the objects are equal, false if not.

Overview

An OSBoolean is considered equal to another object if that object is derived from OSBoolean and represents the same C++ bool value.

See Also

Miscellaneous