Java.IO.ObjectStreamField.CompareTo Method
Compares this field descriptor to the specified one.

Syntax

[Android.Runtime.Register("compareTo", "(Ljava/lang/Object;)I", "GetCompareTo_Ljava_lang_Object_Handler")]
public virtual int CompareTo (Java.Lang.Object o)

Parameters

o
the object to compare with.

Returns

Documentation for this section has not yet been entered.

Remarks

Compares this field descriptor to the specified one. Checks first if one of the compared fields has a primitive type and the other one not. If so, the field with the primitive type is considered to be "smaller". If both fields are equal, their names are compared.

[Android Documentation]

Requirements

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