Operator
演算子
==(_:
==(_:_:)
An operator for checking whether two typed payload errors are equal.
2つの型付ペイロードエラーが等しいかどうかを調べるための演算子。
Availability 有効性
- iOS 14.0+
- iPadOS 14.0+
- macOS 11.0+
- Mac Catalyst 14.0+
- tvOS 14.0+
- watchOS 7.0+
- Xcode 12.0+
Technology
- Swift
UI
Declaration 宣言
static func == (a: NSUserActivity
.TypedPayloadError
, b: NSUserActivity
.TypedPayloadError
) -> Bool
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Typed Payload Error Comparisons 型付ペイロードエラー比較
func hash(into: inout Hasher)
Hashes the essential components of the typed payload error by feeding them into the hasher.
型付ペイロードエラーの必須の構成要素を、それらをハーシャーに供給することによってハッシュ化します。
var hashValue : Int
The hash value.
ハッシュ値。