Operatorswift 6.0.3Swift
!=(_:_:)
Returns a Boolean value indicating whether any corresponding components of the two tuples are not equal.
func != (lhs: (), rhs: ()) -> Bool
Parameters
All arity zero tuples are equal.
Returns a Boolean value indicating whether any corresponding components of the two tuples are not equal.
func != (lhs: (), rhs: ()) -> Bool
All arity zero tuples are equal.