Operator 演算子

==(_:_:)

Indicates whether two edit modes are equal.

Declaration 宣言

static func == (a: EditMode, b: EditMode) -> Bool

Return Value 戻り値

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

Parameters パラメータ

a

The first edit mode to compare.

b

The second edit mode to compare.

See Also 参照

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