Operator 演算子

!=(_:_:)

Returns a Boolean value indicating whether any corresponding components of the two tuples are not equal. 2つのタプルの対応する構成要素いずれかが等しくないかどうかを指し示すブール値を返します。

Declaration 宣言

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

Parameters パラメータ

lhs

An empty tuple. 空のタプル。

rhs

An empty tuple. 空のタプル。

Discussion 解説

All arity zero tuples are equal. 項数ゼロのタプルはすべて等しいです。

See Also 参照

Tuple Comparison タプル比較