Class LineInfoBlockIndexComparer
Index comparer of Line
Inheritance
System.Object
LineInfoBlockIndexComparer
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 LineInfoBlockIndexComparer : IComparer<LineInfo>
Constructors
LineInfoBlockIndexComparer(Int32)
Initializes a new instance of the Line
Declaration
public LineInfoBlockIndexComparer(int blockIndex)
Parameters
System. Index of the block. |
Methods
Compare(LineInfo, LineInfo)
Compares the specified line.
Declaration
public int Compare(LineInfo line, LineInfo nullLine)
Parameters
Returns
System.
|
Implements
System.Collections.Generic.IComparer<T>.Compare(T, T)