PhoneNumberInfo.CheckNumberMatch(PhoneNumberInfo) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Compare deux objets PhoneNumberInfo .
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
Paramètres
- otherNumber
- PhoneNumberInfo
Nombre à comparer à cet objet.
Retours
Valeur d’énumération décrivant le résultat de la comparaison.