Contents

isEqualTo(const OSBoolean *)

Tests the equality of two OSBoolean objects.

Declaration

virtual bool isEqualTo(
 const OSBoolean *aBoolean) const;

Parameters

  • aBoolean:

    The OSBoolean to be compared against the receiver.

Return Value

true if the OSBoolean objects are equal, false if not.

Overview

Two OSBoolean objects are considered equal if they are the same exact object (pointer equality).

See Also

Miscellaneous