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. |