Operator 演算子

==(_:_:)

Indicates whether two measurement format styles are equal.

Declaration 宣言

static func == (a: Measurement<UnitType>.AttributedStyle, b: Measurement<UnitType>.AttributedStyle) -> Bool

Parameters パラメータ

a

The first measurement format style.

b

The second measurement format style.

Return Value 戻り値

A Boolean value of true if the two styles are equal; otherwise, false.

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Comparing Measurement Attributed Styles