







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns the IEqualityComparer<T> used to compare values in this dictionary.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
C# |
---|
public IEqualityComparer<TValue> ValueComparer{ get;} |
Visual Basic (Declaration) |
---|
Public ReadOnly Property ValueComparer As IEqualityComparer(Of TValue) |
Visual C++ |
---|
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.
See Also
Wintellect.PowerCollections Namespace