isEqual(to:)
Returns a Boolean value that indicates whether the value object and another value object are equal.
Declaration
func isEqual(to value: NSValue) -> BoolParameters
- value:
The other value object with which to compare the value object.
Return Value
Discussion
The NSValue class compares the type and contents of each value object to determine equality.