Compares this instance to a specified object and returns an indication of their relative values.
Namespace:
Rebex.Net
Assembly:
Rebex.Time (in Rebex.Time.dll)
Syntax
| Visual Basic |
|---|
Public Function CompareTo ( _ value As Object _ ) As Integer |
| C# |
|---|
public int CompareTo( Object value ) |
Parameters
- value
- Type: System..::..Object
An object to compare, or null.