Operator 演算子

!=(_:_:)

Indicates whether two instances of measurement format usage are not equal.

Declaration 宣言

static func != (lhs: MeasurementFormatUnitUsage<UnitType>, rhs: MeasurementFormatUnitUsage<UnitType>) -> Bool

Parameters パラメータ

lhs

The first measurement format usage.

rhs

The second measurement format usage.

Return Value 戻り値

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

See Also 参照

Comparing Measurement Format Unit Usage