Comparer Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Collections.ObjectModel
Assembly:  mscorlib (in mscorlib.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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft