Operatorswift 6.0.1Swift
==(_:_:)
Returns a Boolean value indicating whether the corresponding components of two tuples are equal.
func == (lhs: (), rhs: ()) -> Bool
Parameters
All arity zero tuples are equal.
Returns a Boolean value indicating whether the corresponding components of two tuples are equal.
func == (lhs: (), rhs: ()) -> Bool
All arity zero tuples are equal.