Returns a Boolean value indicating whether the corresponding components of two tuples are equal.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
func == (lhs: (), rhs: ()) -> Bool
Parameters
lhsAn empty tuple.
rhsAn empty tuple.
Discussion
All arity zero tuples are equal.