OperatorSwift

    !=(_:_:)

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

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

    Parameters

    lhs

    An empty tuple.

    rhs

    An empty tuple.

    Overview

    All arity zero tuples are equal.