Operator 演算子

==(_:_:)

Indicates whether two text alignments are equal.

Declaration 宣言

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

Return Value 戻り値

A Boolean value that’s set to true if the two text alignments are equal.

Parameters パラメータ

a

The first text alignment to compare.

b

The second text alignment to compare.

See Also 参照

Comparing Alignments