NSRange
Undocumented
-
The hash value.
Hash values are not guaranteed to be equal across different executions of your program. Do not save hash values to use during a future execution.
Declaration
Swift
public var hashValue: Int -
Returns a Boolean value indicating whether two values are equal.
Equality is the inverse of inequality. For any values
aandb,a == bimplies thata != bisfalse.Declaration
Swift
public static func ==(lhs: NSRange, rhs: NSRange) -> BoolParameters
lhsA value to compare.
rhsAnother value to compare.
View on GitHub
NSRange Extension Reference