The first key path comparator to compare. 比較する最初のキーパスコンパレータ。
Operator
演算子
==(_:
==(_:_:)
Indicates whether two key path comparators are equal.
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: KeyPathComparator
<Compared>, rhs: KeyPathComparator
<Compared>) -> Bool
Parameters パラメータ
lhs
rhs
The second key path comparator to compare. 比較する第2のキーパスコンパレータ。
Return Value 戻り値
A Boolean value of true
if the two key path comparators are equal.
true
のブール値、もし2つのキーパスコンパレータが等しいならば。
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Comparing Key Path Comparators キーパスコンパレータを比較する
static func != (KeyPathComparator<Compared>, KeyPathComparator<Compared>) -> Bool
Indicates whether two key path comparators are unequal.
2つのキーパスコンパレータ(比較子)が等しくないかどうかを指し示します。
func hash(into: inout Hasher)
Hashes the essential components of the key path comparator by feeding them into the specified hash function.
このキーパスコンパレータの必須の構成要素を、それらをこの指定されたハッシュ関数に供給することによってハッシュ化します。
var hashValue : Int
The hashed value of the key path comparator.
このキーパスコンパレータのハッシュ化された値。