PhoneNumberMatchResult
PhoneNumberMatchResult
PhoneNumberMatchResult
PhoneNumberMatchResult
Enum
Definition
The result of calling the PhoneNumberInfo.CheckNumberMatch method.
public : enum class PhoneNumberMatchResultpublic enum PhoneNumberMatchResultPublic Enum PhoneNumberMatchResult// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Fields
| ExactMatch ExactMatch ExactMatch ExactMatch | The two numbers are an exact match. |
| NationalSignificantNumberMatch NationalSignificantNumberMatch NationalSignificantNumberMatch NationalSignificantNumberMatch | The entire national significant part (area code and subscriber number) of the two numbers match. |
| NoMatch NoMatch NoMatch NoMatch | The two numbers do not match. |
| ShortNationalSignificantNumberMatch ShortNationalSignificantNumberMatch ShortNationalSignificantNumberMatch ShortNationalSignificantNumberMatch | The short national significant part (the subscriber number) of the two numbers match. |