Bridge

UInt32..::..CompareTo Method (UInt32)

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

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

Syntax


[TemplateAttribute]
public int CompareTo(
	uint other
)
<TemplateAttribute> _
Public Function CompareTo ( _
	other As UInteger _
) As Integer
[TemplateAttribute]
public:
int^ CompareTo(
	unsigned int^ other
)

Parameters

other
Type: System..::..UInt32

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.