PostSharpAPI ReferencePost­Sharp.​Patterns.​CollectionsAdvisable­Hash­Set<T>Comparer
Open sandboxFocus

AdvisableHashSet<T>.Comparer Property

Comparer

Gets the IEqualityComparer<T> object that is used to determine equality for the values in the set.

Declaration
public IEqualityComparer<T> Comparer { get; }
Property Value
Type Description
IEqualityComparer<T>

The IEqualityComparer<T> object that is used to determine equality for the values in the set.