Compares the receiving set to another set.
Original signature is '- (BOOL)isEqualToSet:(NSSet *)otherSet'
Available in Mac OS X v10.0 and later.


- otherSet (NSSet)
- The set with which to compare the receiving set.

YES if the contents of otherSet are equal to the contents of the receiving set, otherwise NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)