Comparest the checksum with another object of the same type and returns a value indicating whether
the current instance precedes, follows or occurs in the same position in the sort order.
Namespace:
Rebex.IO
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Function CompareTo ( _ obj As Object _ ) As Integer |
C# |
---|
public int CompareTo( Object obj ) |
Parameters
- obj
- Type: System..::..Object
Object to compare with this instance.