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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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