OrderedDictionaryTKey, TValueComparer Property

Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary.

Definition

Namespace: Gemstone.Collections
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public IEqualityComparer<TKey> Comparer { get; }

Return Value

IEqualityComparerTKey
The IEqualityComparerT generic interface implementation that is used to determine equality of keys for the current OrderedDictionaryTKey, TValue and to provide hash values for the keys.

See Also