The first measurement format usage.
Operator
演算子
==(_:
==(_:_:)
Indicates whether two instances of measurement format usage are equal.
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 == (a: MeasurementFormatUnitUsage
<UnitType >, b: MeasurementFormatUnitUsage
<UnitType >) -> Bool
Parameters パラメータ
a
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
static func != (MeasurementFormatUnitUsage<UnitType>, MeasurementFormatUnitUsage<UnitType>) -> Bool
Indicates whether two instances of measurement format usage are not equal.
var hashValue : Int
The hash value of the measurement format unit usage.
func hash(into: inout Hasher)
Hashes the essential components of the value by feeding them into the specified hasher.
この値の本質的な構成要素それらを、それらをこの指定されたハーシャーに供給する事によってハッシュ化します。