Class LineInfoOffsetComparer
Offset comparer of LineInfo
Inheritance
System.Object
LineInfoOffsetComparer
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 LineInfoOffsetComparer : IComparer<LineInfo>
Constructors
LineInfoOffsetComparer(Int32)
Initializes a new instance of the LineInfoOffsetComparer class.
Declaration
public LineInfoOffsetComparer(int offset)
Parameters
System.Int32
offset
The offset. |
Methods
Compare(LineInfo, LineInfo)
Compares the specified line.
Declaration
public int Compare(LineInfo line, LineInfo nullLine)
Parameters
LineInfo
line
The line. |
LineInfo
nullLine
The null line. |
Returns
System.Int32
|
Implements
System.Collections.Generic.IComparer<T>.Compare(T, T)