Operator 演算子

==(_:_:)

Indicates whether two instances of measurement format usage are equal.

Declaration 宣言

static func == (a: MeasurementFormatUnitUsage<UnitType>, b: MeasurementFormatUnitUsage<UnitType>) -> Bool

Parameters パラメータ

a

The first measurement format usage.

b

The second measurement format usage.

Return Value 戻り値

A Boolean value of true if the two instances of measurement format usage are equal; otherwise, false.

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Comparing Measurement Format Unit Usage