Java.Lang.Integer.CompareTo Method
Compares this object to the specified integer object to determine their relative order.

Syntax

[Android.Runtime.Register("compareTo", "(Ljava/lang/Integer;)I", "")]
public int CompareTo (Integer object)

See Also

IComparable

Parameters

object
the integer object to compare this object to.

Returns

Documentation for this section has not yet been entered.

Remarks

Compares this object to the specified integer object to determine their relative order.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1