Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

MultiDictionary<(Of <(<'TKey, TValue>)>)>..::..ValueComparer Property

Returns the IEqualityComparer<T> used to compare values in this dictionary.

Namespace:  Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax


public IEqualityComparer<TValue> ValueComparer { get; }
Public ReadOnly Property ValueComparer As IEqualityComparer(Of TValue)
	Get
public:
property IEqualityComparer<TValue>^ ValueComparer {
	IEqualityComparer<TValue>^ get ();
}

Field Value

If the dictionary was created using a comparer, that comparer is returned. Otherwise the default comparer for TValue (EqualityComparer<TValue>.Default) is returned.