Share via


NSTextRange.Intersects(NSTextRange) Method

Definition

[Foundation.Export("intersectsWithTextRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Intersects(AppKit.NSTextRange textRange);
[<Foundation.Export("intersectsWithTextRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Intersects : AppKit.NSTextRange -> bool
override this.Intersects : AppKit.NSTextRange -> bool

Parameters

textRange
NSTextRange

Returns

Attributes

Applies to