Operator 演算子

!=(_:_:)

Indicates whether two symbol variants are unequal.

Declaration 宣言

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

Return Value 戻り値

A Boolean value that’s set to true if the two symbol variants are unequal.

Parameters パラメータ

lhs

The first symbol variant to compare.

rhs

The second symbol variant to compare.

See Also 参照

Comparing Variants