Click or drag to resize

AutoWeakIndexerTKey, TValueComparer Property

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.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 AutoWeakIndexerTKey, TValue and to provide hash values for the keys.
See Also