Operatorswift 6.1.2Swift
==(_:_:)
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.