Operator 演算子

==(_:_:)

Indicates whether two line styles are equal.

Declaration 宣言

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

Return Value 戻り値

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

Parameters パラメータ

lhs

The first line style to compare.

rhs

The second line style to compare.

See Also 参照

Comparing Text Line Styles