Indicates whether the indexes in the receiving index set are the same indexes contained in another index set.
Original signature is '- (BOOL)isEqualToIndexSet:(NSIndexSet *)indexSet'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public virtual bool IsEqualToIndexSet( NSIndexSet indexSet )
Public Overridable Function IsEqualToIndexSet ( _ indexSet As NSIndexSet _ ) As Boolean
public: virtual bool IsEqualToIndexSet( NSIndexSet^ indexSet )

- indexSet (NSIndexSet)
- Index set being inquired about.

YES when the indexes in the receiving index set are the same indexes indexSet contains, NO otherwise.

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