isEqual(to:)
Compares the value to another for strict equality.
Declaration
func isEqual(to value: Any!) -> BoolParameters
- value:
The value to be compared against.
Return Value
Discussion
This method is analogous to the identity or strict equality operator === in JavaScript.