Android.Telephony.PhoneNumberUtils.Compare Method
Compare phone numbers a and b, and return true if they're identical enough for caller ID purposes.

Syntax

[Android.Runtime.Register("compare", "(Landroid/content/Context;Ljava/lang/String;Ljava/lang/String;)Z", "")]
public static bool Compare (Android.Content.Context context, string a, string b)

Parameters

context
Documentation for this section has not yet been entered.
a
Documentation for this section has not yet been entered.
b
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Compare phone numbers a and b, and return true if they're identical enough for caller ID purposes. Checks a resource to determine whether to use a strict or loose comparison algorithm.

[Android Documentation]

Requirements

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