Operator 演算子

!=(_:_:)

Indicates whether two key path comparators are unequal. 2つのキーパスコンパレータ(比較子)が等しくないかどうかを指し示します。

Declaration 宣言

static func != (lhs: KeyPathComparator<Compared>, rhs: KeyPathComparator<Compared>) -> Bool

Parameters パラメータ

lhs

The first key path comparator to compare. 比較する最初のキーパスコンパレータ。

rhs

The second key path comparator to compare. 比較する第2のキーパスコンパレータ。

Return Value 戻り値

A Boolean value of true if the two key path comparators are unequal. trueのブール値、もし2つのキーパスコンパレータが等しくないならば。

See Also 参照

Comparing Key Path Comparators キーパスコンパレータを比較する