Contents

isEqualTo(const OSSymbol *)

Tests the equality of two OSSymbol objects.

Declaration

virtual bool isEqualTo(
 const OSSymbol *aSymbol) const;

Parameters

  • aSymbol:

    The OSSymbol object being compared against the receiver.

Return Value

true if the two OSSymbol objects are equivalent, false otherwise.

Overview

Two OSSymbol objects are considered equal if they have the same address; that is, this function is equivalent to the == operator.

See Also

Miscellaneous