A value to compare. 比較する値。
Operator
演算子
!=(_:
!=(_:_:)
Returns a Boolean value that indicates whether two values are unequal.
あるブール値を返します、それは2つの値が等しくないかどうかを指し示します。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
static func != (lhs: Measurement
<UnitType >.FormatStyle
.UnitWidth
, rhs: Measurement
<UnitType >.FormatStyle
.UnitWidth
) -> Bool
Parameters パラメータ
lhs
rhs
Another value to compare. もう一方の比較する値。
Return Value 戻り値
A Boolean value that indicates whether two values are unequal. あるブール値、それは2つの値が等しくないかどうかを指し示します。