PhoneNumberInfo.CheckNumberMatch(PhoneNumberInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares two PhoneNumberInfo objects.
public:
virtual PhoneNumberMatchResult CheckNumberMatch(PhoneNumberInfo ^ otherNumber) = CheckNumberMatch;
PhoneNumberMatchResult CheckNumberMatch(PhoneNumberInfo const& otherNumber);
public PhoneNumberMatchResult CheckNumberMatch(PhoneNumberInfo otherNumber);
function checkNumberMatch(otherNumber)
Public Function CheckNumberMatch (otherNumber As PhoneNumberInfo) As PhoneNumberMatchResult
Parameters
- otherNumber
- PhoneNumberInfo
The number to be compared to this object.
Returns
An enumeration value describing the result of the comparison.