Class WidthCountPairComparer
Inheritance
System.Object
WidthCountPairComparer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class WidthCountPairComparer : IComparer<WidthCountPair>
Constructors
WidthCountPairComparer(Boolean)
Declaration
public WidthCountPairComparer(bool compareWidth)
Parameters
System.Boolean
compareWidth
|
Properties
CompareWidth
Declaration
public bool CompareWidth { get; set; }
Property Value
System.Boolean
|
Methods
Compare(WidthCountPair, WidthCountPair)
Declaration
public int Compare(WidthCountPair x, WidthCountPair y)
Parameters
WidthCountPair
x
|
WidthCountPair
y
|
Returns
System.Int32
|
Implements
System.Collections.Generic.IComparer<T>.Compare(T, T)