Was this page helpful?
Your feedback about this content is important. Let us know what you think.
Additional feedback?
1500 characters remaining
Export (0) Print
Expand All

KeyedCollection<TKey, TItem>.Comparer Property

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)

public IEqualityComparer<TKey> Comparer { get; }

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.

Retrieving the value of this property is an O(1) operation.

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

XNA 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 8

Portable Class Library

Supported in: Portable Class Library
Show:
© 2015 Microsoft