Removes from the receiving set each object that isn’t a member of another given set.
Original signature is '- (void)intersectSet:(NSSet *)otherSet'
Available in Mac OS X v10.0 and later.


- otherSet (NSSet)
- The set with which to perform the intersection.

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