isEqual(_:)
Returns a Boolean value that indicates whether an object equals another.
Declaration
func isEqual(_ object: Any) -> BoolParameters
- object:
An object to compare.
Returns a Boolean value that indicates whether an object equals another.
func isEqual(_ object: Any) -> BoolAn object to compare.