Java.Text.RuleBasedCollator.Compare Method
Compares the source text to the target text according to the collation rules, strength and decomposition mode for this RuleBasedCollator.

Syntax

[Android.Runtime.Register("compare", "(Ljava/lang/String;Ljava/lang/String;)I", "GetCompare_Ljava_lang_String_Ljava_lang_String_Handler")]
public override int Compare (string source, string target)

Parameters

source
the source text.
target
the target text.

Returns

Documentation for this section has not yet been entered.

Remarks

Compares the source text to the target text according to the collation rules, strength and decomposition mode for this RuleBasedCollator. See the Collator class description for an example of use.

[Android Documentation]

Requirements

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