Operator 演算子

!=(_:_:)

Returns a Boolean value that indicates whether two values are not equal. あるブール値を返します、それは2つの値が等しくないかどうかを指し示します。

Declaration 宣言

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

Parameters パラメータ

lhs

A value to compare. 比較する値。

rhs

Another value to compare. もう一方の比較する値。

Return Value 戻り値

true if the values are not equal; otherwise, false. true、もし値が等しくないならば;そうでなければ、false

See Also 参照

Comparing Attribute Containers 属性コンテナを比較する