Operator 演算子

==(_:_:)

Returns a Boolean value indicating whether the corresponding components of two tuples are 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 タプル比較