The first measurement format style.
Operator
演算子
==(_:
==(_:_:)
Indicates whether two measurement format styles 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: Measurement
<UnitType >.AttributedStyle
, b: Measurement
<UnitType >.AttributedStyle
) -> Bool
Parameters パラメータ
a
b
The second measurement format style.
Return Value 戻り値
A Boolean value of true
if the two styles are equal; otherwise, false
.
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Comparing Measurement Attributed Styles
static func != (Measurement<UnitType>.AttributedStyle, Measurement<UnitType>.AttributedStyle) -> Bool
Indicates whether two measurement format styles are not equal.
var hashValue : Int
The hash value of the style format.
スタイル書式設定のハッシュ値。
func hash(into: inout Hasher)
Hashes the essential components of the value by feeding them into the specified hasher.
この値の本質的な構成要素それらを、それらをこの指定されたハーシャーに供給する事によってハッシュ化します。