RadControls for WPF

A comparer of key-value pairs based on a comparison of the respective keys.

Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core (in Telerik.Windows.Diagrams.Core.dll) Version: 2013.2.611.40

Syntax

C#
public class KeyValuePairComparer<TKey, TValue> : IComparer<KeyValuePair<TKey, TValue>>
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