==(_:_:)

    Returns a Boolean value indicating whether the corresponding components of two tuples are equal.

    func == (lhs: (), rhs: ()) -> Bool

    Parameters

    lhs

    An empty tuple.

    rhs

    An empty tuple.

    All arity zero tuples are equal.