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

AdvisableHashSet<T>.Comparer Property

Comparer

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

Declaration
public IEqualityComparer<T> Comparer { get; }
Property Value
Type Description
System.Collections.Generic.IEqualityComparer<T>

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