Operator 演算子

==(_:_:)

Indicates whether two fill styles are equal.

Declaration 宣言

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

Return Value 戻り値

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

Parameters パラメータ

a

The first fill style to compare.

b

The second fill style to compare.

See Also 参照

Comparing Fill Styles