Operator 演算子

==(_:_:)

Indicates whether two edge insets are equal.

Declaration 宣言

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

Return Value 戻り値

A Boolean value that’s set to true if the two edge insets are equal.

Parameters パラメータ

lhs

The first edge insets to compare.

rhs

The second edge insets to compare.

See Also 参照

Comparing Edge Insets