static func == (ComparableComparator<Compared>, ComparableComparator<Compared>) -> Bool
Indicates whether two comparators are equal.
2つのコンパレータ(比較子)が等しいかどうかを指し示します。
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.
このコンパレータのハッシュ化された値。