The first sort descriptor to compare.
Operator
演算子
==(_:
==(_:_:)
A Boolean value that indicates whether two sort descriptors 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: SortDescriptor
<Compared>, b: SortDescriptor
<Compared>) -> Bool
Parameters パラメータ
a
b
The second sort descriptor to compare.
Return Value 戻り値
A Boolean value of true
if the two sort descriptors are equal.
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Comparing Sort Descriptors
static func != (SortDescriptor<Compared>, SortDescriptor<Compared>) -> Bool
A Boolean value that indicates whether two sort descriptors are unequal.
func hash(into: inout Hasher)
Hashes the essential components of the comparator by feeding them into the specified hash function.
このコンパレータの必須の構成要素を、それらをこの指定されたハッシュ関数に供給することによってハッシュ化します。
var hashValue : Int
The hashed value of the comparator.
このコンパレータのハッシュ化された値。