A comparer of key-value pairs based on a comparison of the respective keys.
Namespace: Telerik.Windows.Diagrams.CoreAssembly: Telerik.Windows.Diagrams.Core (in Telerik.Windows.Diagrams.Core.dll) Version: 2013.2.611.40
Syntax
| Visual Basic |
|---|
Public Class KeyValuePairComparer(Of TKey, TValue) _
Implements IComparer(Of KeyValuePair(Of TKey, TValue)) |
Type Parameters
- TKey
- The type of the key.
- TValue
- The type of the value.
Inheritance Hierarchy
System..::..Object Telerik.Windows.Diagrams.Core..::..KeyValuePairComparer<(Of <(<'TKey, TValue>)>)>
See Also