Share via


NSSet.IntersectsSet(NSSet) Method

Definition

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

Parameters

other
NSSet

Returns

Attributes

Applies to