The first sort order to compare.
Operator
演算子
==(_:
==(_:_:)
A Boolean value that indicates whether two sort orders 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 ファウンデーション
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Comparing Sort Orders
static func != (SortOrder, SortOrder) -> Bool
A Boolean value that indicates whether two sort orders are unequal.
func hash(into: inout Hasher)
Hashes the essential components of the sort order by feeding them into the specified hash function.
var hashValue : Int
The hashed value of the sort order.