Operator 演算子

!=(_:_:)

Indicates whether two edit modes are unequal.

Declaration 宣言

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

Return Value 戻り値

A Boolean value that’s set to true if the two edit modes are unequal.

Parameters パラメータ

lhs

The first edit mode to compare.

rhs

The second edit mode to compare.

See Also 参照

Comparing Edit Modes 編集モードを比較する