Java.Text.Collator.Equals Method
Compares two strings using the collation rules to determine if they are equal.

Syntax

[Android.Runtime.Register("equals", "(Ljava/lang/String;Ljava/lang/String;)Z", "GetEquals_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual bool Equals (string string1, string string2)

Parameters

string1
the first string to compare.
string2
the second string to compare.

Returns

Documentation for this section has not yet been entered.

Remarks

Compares two strings using the collation rules to determine if they are equal.

[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