KeyedCollection<TKey, TItem>.Comparer Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the generic equality comparer that is used to determine equality of keys in the collection.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Collections.Generic.IEqualityComparer<TKey>The implementation of the IEqualityComparer<T> generic interface that is used to determine equality of keys in the collection.
Show: