[]
        
(Showing Draft Content)

C1.WPF.Core.Range-1.CompareTo

CompareTo Method

CompareTo(Range<T>)

Declaration
public int CompareTo(Range<T> other)
Parameters
Type Name Description
Range<T> other
Returns
Type Description
int
Implements

CompareTo(T)

Declaration
public int CompareTo(T other)
Parameters
Type Name Description
T other
Returns
Type Description
int
Implements

CompareTo(object)

Declaration
public int CompareTo(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
int
Implements