ImmutableHashSet<T>.KeyComparer 属性   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用于获得键的哈希代码,以及用于检查不可变哈希集内值的相等性的对象。
public:
 property System::Collections::Generic::IEqualityComparer<T> ^ KeyComparer { System::Collections::Generic::IEqualityComparer<T> ^ get(); };public System.Collections.Generic.IEqualityComparer<T> KeyComparer { get; }member this.KeyComparer : System.Collections.Generic.IEqualityComparer<'T>Public ReadOnly Property KeyComparer As IEqualityComparer(Of T)属性值
用于获取键的哈希代码以及检查相等性的比较器。