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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
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