HashSet<T>.Comparer Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the IEqualityComparer<T> object that is used to determine equality for the values in the set.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.Collections.Generic.IEqualityComparer<T>The IEqualityComparer<T> object that is used to determine equality for the values in the set.
Show: