CacheTKey, TValueComparer Property

Gets the IEqualityComparerT that is used to determine equality of keys for this CacheTKey, TValue.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public IEqualityComparer<TKey> Comparer { get; }

Property Value

IEqualityComparerTKey

See Also