static func == (AccessibilityAdjustmentDirection , AccessibilityAdjustmentDirection ) -> Bool
Returns a Boolean value indicating whether two values are equal.
2つの値が等しいかどうかを指し示すブール値を返します。
var hashValue : Int
The hash value.
ハッシュ値。
Availability 有効性
Technology
func hash(into hasher: inout Hasher
)
hasher
The hasher to use when combining the components of this instance. このインスタンスの構成要素を結合する時に使うハーシャー。
Implement this method to conform to the Hashable
protocol. The components used for hashing must be the same as the components compared in your type’s ==
operator implementation. Call hasher
with each of these components.
このメソッドを実装して、Hashable
プロトコルに準拠してください。ハッシュ化に使用される構成要素は、あなたの型の持つ==
演算子実装において比較される構成要素と同じでなければなりません。hasher
をそれら構成要素とともに呼び出してください。
Important 重要
Never call finalize()
on hasher
. Doing so may become a compile-time error in the future.
static func == (AccessibilityAdjustmentDirection , AccessibilityAdjustmentDirection ) -> Bool
var hashValue : Int