Contents

isEqualTo

Tests the equality of an OSDictionary 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.

Overview

An OSDictionary is considered equal to another object if that object is derived from OSDictionary and contains the same or equivalent objects.

See Also

Miscellaneous