isEqualTo(const OSOrderedSet *)
Tests the equality of two OSOrderedSet objects.
Declaration
virtual bool isEqualTo(
const OSOrderedSet *anOrderedSet) const;Parameters
- anOrderedSet:
The ordered set object being compared against the receiver.
Return Value
true if the two sets are equivalent, false otherwise.
Overview
Two OSOrderedSet objects are considered equal if they have same count and the same object pointer values in the same order.
See Also
Miscellaneous
containsObjectcopyCollectionensureCapacityflushCollectionfreegetCapacitygetCapacityIncrementgetCountgetFirstObjectgetLastObjectgetObjectgetOrderingRefinitWithCapacityisEqualTo(const OSMetaClassBase *)memberorderObjectremoveObjectsetCapacityIncrementsetFirstObjectsetLastObjectsetObject(const OSMetaClassBase *)setObject(unsigned int, const OSMetaClassBase *)withCapacity