Indicates whether the index set contains any of the indexes in a range.
Original signature is '- (BOOL)intersectsIndexesInRange:(NSRange)indexRange'
Available in Mac OS X v10.3 and later.


- indexRange (NSRange)
- Index range being inquired about.

YES when the index set contains one or more of the indexes in indexRange, 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)