PostSharp / / API Reference / Post­Sharp.​Patterns.​Collections / Advisable­Hash­Set<T> / Comparer
Open sandbox

Property Comparer

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>