ImmutableSortedSet<T>.Builder.KeyComparer 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于确定不可变排序集内的值是否相等的对象。
public:
property System::Collections::Generic::IComparer<T> ^ KeyComparer { System::Collections::Generic::IComparer<T> ^ get(); void set(System::Collections::Generic::IComparer<T> ^ value); };
public System.Collections.Generic.IComparer<T> KeyComparer { get; set; }
member this.KeyComparer : System.Collections.Generic.IComparer<'T> with get, set
Public Property KeyComparer As IComparer(Of T)
属性值
用于确定集内的值是否相等的比较器。
注解
如果比较器以引入冲突的方式更改,则会删除冲突的元素,在集合中仅保留每个匹配对中的一个。