ImmutableDictionary<TKey,TValue>.Builder.KeyComparer 属性   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置键比较器。
public:
 property System::Collections::Generic::IEqualityComparer<TKey> ^ KeyComparer { System::Collections::Generic::IEqualityComparer<TKey> ^ get(); void set(System::Collections::Generic::IEqualityComparer<TKey> ^ value); };public System.Collections.Generic.IEqualityComparer<TKey> KeyComparer { get; set; }member this.KeyComparer : System.Collections.Generic.IEqualityComparer<'Key> with get, setPublic Property KeyComparer As IEqualityComparer(Of TKey)属性值
		IEqualityComparer<TKey>
		
	
	键比较器。