CompareTo Method
CompareTo(Range<T>)
Declaration
public int CompareTo(Range<T> other)
Public Function CompareTo(other As Range(Of T)) As Integer
Parameters
| Type |
Name |
Description |
| Range<T> |
other |
|
Returns
Implements
CompareTo(T)
Declaration
public int CompareTo(T other)
Public Function CompareTo(other As T) As Integer
Parameters
| Type |
Name |
Description |
| T |
other |
|
Returns
Implements
CompareTo(object)
Declaration
public int CompareTo(object obj)
Public Function CompareTo(obj As Object) As Integer
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Implements