Operator 演算子

==(_:_:)

Indicates whether two button border shapes are equal.

Declaration 宣言

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

Return Value 戻り値

A Boolean value that’s set to true if the two button border shapes are equal.

Parameters パラメータ

lhs

The first button border shape to compare.

rhs

The second button border shape to compare.

See Also 参照

Comparing Shapes