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.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
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