Click or drag to resize

ObservableIndexerTKey, TValueComparer Property

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

Namespace: TomsToolbox.ObservableCollections
Assembly: TomsToolbox.ObservableCollections (in TomsToolbox.ObservableCollections.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public IEqualityComparer<TKey> Comparer { get; }

Return Value

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