ImmutableDictionary<TKey,TValue>.KeyComparer Property

Definition

Gets the key comparer for the immutable dictionary.

public:
 property System::Collections::Generic::IEqualityComparer<TKey> ^ KeyComparer { System::Collections::Generic::IEqualityComparer<TKey> ^ get(); };
public System.Collections.Generic.IEqualityComparer<TKey> KeyComparer { get; }
member this.KeyComparer : System.Collections.Generic.IEqualityComparer<'Key>
Public ReadOnly Property KeyComparer As IEqualityComparer(Of TKey)

Property Value

The key comparer.

Applies to