OperatorSwift==(_:_:)Returns a Boolean value indicating whether the corresponding components of two tuples are equal.func == (lhs: (), rhs: ()) -> BoolParameterslhsAn empty tuple.rhsAn empty tuple.OverviewAll arity zero tuples are equal.