Operator 演算子

==(_:_:)

Indicates whether two text styles are equal.

Declaration 宣言

static func == (a: Font.TextStyle, b: Font.TextStyle) -> Bool

Return Value 戻り値

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

Parameters パラメータ

a

The first text style to compare.

b

The second text style to compare.

See Also 参照

Comparing Font Text Styles