Android.Preferences.Preference.CompareTo Method
Compares Preference objects based on order (if set), otherwise alphabetically on the titles.

Syntax

[Android.Runtime.Register("compareTo", "(Landroid/preference/Preference;)I", "GetCompareTo_Landroid_preference_Preference_Handler")]
public virtual int CompareTo (Preference another)

Parameters

another
The Preference to compare to this one.

Returns

Documentation for this section has not yet been entered.

Remarks

Compares Preference objects based on order (if set), otherwise alphabetically on the titles.

[Android Documentation]

Requirements

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