Share via


NSOrderedSet.Intersects Method

Definition

Overloads

Intersects(NSOrderedSet)

[Foundation.Export("intersectsOrderedSet:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Intersects(Foundation.NSOrderedSet other);
[<Foundation.Export("intersectsOrderedSet:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Intersects : Foundation.NSOrderedSet -> bool
override this.Intersects : Foundation.NSOrderedSet -> bool

Parameters

other
NSOrderedSet

Returns

Attributes

Applies to

Intersects(NSSet)

[Foundation.Export("intersectsSet:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Intersects(Foundation.NSSet other);
[<Foundation.Export("intersectsSet:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Intersects : Foundation.NSSet -> bool
override this.Intersects : Foundation.NSSet -> bool

Parameters

other
NSSet

Returns

Attributes

Applies to