ThreadSafeHashSetTComparer Property

Gets the IEqualityComparerT that is used to determine equality of items for this ThreadSafeHashSetT.

Definition

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

Property Value

IEqualityComparerT

See Also