isEqual(to:)
Compares two text ranges.
Declaration
func isEqual(to textRange: NSTextRange) -> BoolParameters
- textRange:
The range used to compare against the current range to evaluate for differences.
Return Value
Returns true if the ranges are equal.