Click or drag to resize

ObservableIndexerTKey, TValueComparer Property

Namespace:  TomsToolbox.ObservableCollections
Assembly:  TomsToolbox.ObservableCollections (in TomsToolbox.ObservableCollections.dll)
Syntax
public IEqualityComparer<TKey> Comparer { get; }

Return Value

Type: 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