Click or drag to resize

VelocityDbHashSetTComparer Property

Gets the IEqualityComparer that is used to determine equality of keys for the VelocityDbHashSet.

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public IEqualityComparer<T> Comparer { get; }

Property Value

Type: IEqualityComparerT
See Also