Operator 演算子

==(_:_:)

Indicates whether two truncation modes are equal. 2つの切り詰めモードが等しいかどうかを指し示します。

Declaration 宣言

static func == (a: Text.TruncationMode, b: Text.TruncationMode) -> Bool

Return Value 戻り値

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

Parameters パラメータ

a

The first truncation mode to compare. 比較する第一の切り詰めモード。

b

The second truncation mode to compare. 比較する第二の切り詰めモード。

See Also 参照

Comparing Truncation Modes 切り詰めモードを比較する