Contents

isEqualTo(const OSMetaClassBase *)

Tests the equality of an OSSet against an arbitrary object.

Declaration

virtual bool isEqualTo(
 const OSMetaClassBase *anObject) const;

Parameters

  • anObject:

    The object being compared against the receiver.

Return Value

true if the two objects are equivalent, false otherwise.

Overview

An OSSet object is considered equal to another object if the other object is derived from OSSet and compares equal as a set.

See Also

Miscellaneous