PostSharpAPI ReferencePost­Sharp.​Patterns.​CollectionsAdvisable­Keyed­Collection<TKey, TItem>Comparer
Open sandboxFocus

AdvisableKeyedCollection<TKey, TItem>.Comparer Property

Comparer

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

Declaration
protected IEqualityComparer<TKey> Comparer { get; }
Property Value
Type Description
System.Collections.Generic.IEqualityComparer<TKey>