Class ControlPointComparer
Comparer for the ControlPoint class.
Inheritance
System.Object
ControlPointComparer
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.Windows.Controls.Carousel
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class ControlPointComparer : IComparer<ControlPoint>
Constructors
ControlPointComparer()
Declaration
public ControlPointComparer()
Methods
Compare(ControlPoint, ControlPoint)
Compares two ControlPoints.
Declaration
public int Compare(ControlPoint x, ControlPoint y)
Parameters
ControlPoint
x
First ControlPoint |
ControlPoint
y
Second ControlPoint |
Returns
System.Int32
Less than zero - x is less than y. Zero - x equals y. Greater than zero - x is greater than y. |
Implements
System.Collections.Generic.IComparer<T>.Compare(T, T)