Bridge

Int64..::..CompareTo Method (Int64)

Compares this instance to a specified 64-bit signed integer and returns an indication of their relative values.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public int CompareTo(
	long other
)
Public Function CompareTo ( _
	other As Long _
) As Integer
public:
int^ CompareTo(
	long long^ other
)

Parameters

other
Type: System..::..Int64

Return Value

A signed number indicating the relative values of this instance and value.Return Value Description Less than zero This instance is less than value. Zero This instance is equal to value. Greater than zero This instance is greater than value.