KeyedCollection<TKey, TItem>.Comparer Property
.NET Framework 4.6 and 4.5
Gets the generic equality comparer that is used to determine equality of keys in the collection.
Namespace: System.Collections.ObjectModel
Assemblies: mscorlib (in mscorlib.dll)
System.ObjectModel (in System.ObjectModel.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.
.NET Framework
Supported in: 4.6, 4.5, 4, 3.5, 3.0, 2.0.NET Framework Client Profile
Supported in: 4, 3.5 SP1XNA Framework
Supported in: 3.0, 2.0, 1.0.NET for Windows Phone apps
Supported in: Windows Phone 8.1, Windows Phone Silverlight 8.1, Windows Phone Silverlight 8Portable Class Library
Supported in: Portable Class Library
Show: