NSOrderedSet.Intersects Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Intersects(NSOrderedSet) |
Whether at least one object in this set is in the other set. |
Intersects(NSSet) |
Intersects(NSOrderedSet)
Whether at least one object in this set is in the other set.
[Foundation.Export("intersectsOrderedSet:")]
public virtual bool Intersects (Foundation.NSOrderedSet other);
abstract member Intersects : Foundation.NSOrderedSet -> bool
override this.Intersects : Foundation.NSOrderedSet -> bool
Parameters
- other
- NSOrderedSet
Returns
- Attributes
Applies to
Intersects(NSSet)
[Foundation.Export("intersectsSet:")]
public virtual bool Intersects (Foundation.NSSet other);
abstract member Intersects : Foundation.NSSet -> bool
override this.Intersects : Foundation.NSSet -> bool
Parameters
- other
- NSSet
Returns
- Attributes