Android.Text.TextUtils.Equals Method
Returns true if a and b are equal, including if they are both null.

Syntax

[Android.Runtime.Register("equals", "(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Z", "")]
public static bool Equals (Java.Lang.ICharSequence a, Java.Lang.ICharSequence b)

Parameters

a
first CharSequence to check
b
second CharSequence to check

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if a and b are equal, including if they are both null.

Note: In platform versions 1.1 and earlier, this method only worked well if both the arguments were instances of String.

[Android Documentation]

Requirements

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