Click or drag to resize

OrderedDictionaryTKey, TValueComparer Property

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

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public IEqualityComparer<TKey> Comparer { get; }
View Source

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