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
| Name | Description |
|---|---|
| Intersects(NSOrderedSet) | |
| Intersects(NSSet) |
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