Checksum.CompareTo Method
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
CompareTo(Object)
Compares 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.
Declaration
public int CompareTo(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj | Object to compare with this instance. |
Returns
Type | Description |
---|---|
Int32 | A value that indicates the relative order of checksums being compared. |