NSOrderedSet.Intersects Method

Definition

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

Applies to