| ObservableIndexerTKey, TValueComparer Property |
Gets the
IEqualityComparerT that is used to determine equality of keys for the dictionary.
Namespace: TomsToolbox.ObservableCollectionsAssembly: 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; }
Public ReadOnly Property Comparer As IEqualityComparer(Of TKey)
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