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

Syntax

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

Parameters

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, return true if they're identical enough for caller ID purposes.

[Android Documentation]

Requirements

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