Click or drag to resize
MultiDictionaryTKey, TValueValueComparer Property
Returns the IEqualityComparer<T> used to compare values in this dictionary.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public IEqualityComparer<TValue> ValueComparer { get; }

Property Value

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