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.

Return Value

A value that indicates the relative order of checksums being compared.

Implements

IComparable..::..CompareTo(Object)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also