==(_:_:)
Returns a Boolean value indicating whether the corresponding components of two tuples are equal.
Declaration
func == (lhs: (), rhs: ()) -> BoolParameters
- lhs:
An empty tuple.
- rhs:
An empty tuple.
Discussion
All arity zero tuples are equal.