Operator 演算子

!=(_:_:)

Indicates whether two measurement format styles are not equal.

Declaration 宣言

static func != (lhs: Measurement<UnitType>.AttributedStyle, rhs: Measurement<UnitType>.AttributedStyle) -> Bool

Parameters パラメータ

lhs

The first measurement format style.

rhs

The second measurement format style.

Return Value 戻り値

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

See Also 参照

Comparing Measurement Attributed Styles