Contents

isEqualTo(const OSSet *)

Tests the equality of two OSSet objects.

Declaration

virtual bool isEqualTo(
 const OSSet *aSet) const;

Parameters

  • aSet:

    The set object being compared against the receiver.

Return Value

true if the two sets are equivalent, false otherwise.

Overview

Two OSSet objects are considered equal if they have same count and the same object pointer values.

See Also

Miscellaneous