System.Collections.ObjectModel.KeyedCollection<TKey,TItem>.Comparer Property

Gets the generic equality comparer that is used to determine equality of keys in the collection.

Syntax

public IEqualityComparer<TKey> Comparer { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

Requirements

Namespace: System.Collections.ObjectModel
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0