Android.Widget.AlphabetIndexer.Compare Method
Default implementation compares the first character of word with letter.

Syntax

[Android.Runtime.Register("compare", "(Ljava/lang/String;Ljava/lang/String;)I", "GetCompare_Ljava_lang_String_Ljava_lang_String_Handler")]
protected virtual int Compare (string word, string letter)

Parameters

word
Documentation for this section has not yet been entered.
letter
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Default implementation compares the first character of word with letter.

[Android Documentation]

Requirements

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