static func == (SortOrder, SortOrder) -> Bool
A Boolean value that indicates whether two sort orders are equal.
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.