intersects(_:)
Determines if two ranges intersect.
Declaration
func intersects(_ textRange: NSTextRange) -> BoolParameters
- textRange:
The range used to compare against the current range to evaluate for differences.
Return Value
Returns true if the ranges intersect.