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.

Return Value

A 32-bit signed integer that indicates the relative order of the objects being compared. See CompareTo(Object) for details.

Implements

IComparable..::..CompareTo(Object)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also