Bridge

SByte..::..CompareTo Method (SByte)

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

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

Syntax


[TemplateAttribute]
public int CompareTo(
	sbyte other
)
<TemplateAttribute> _
Public Function CompareTo ( _
	other As SByte _
) As Integer
[TemplateAttribute]
public:
int^ CompareTo(
	signed char^ other
)

Parameters

other
Type: System..::..SByte

Return Value

A signed integer that indicates the relative order 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.