Link.IsSame(Link) 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.
Détermine si le lien fourni est le même que le lien actif.
public:
bool IsSame(Microsoft::VisualStudio::TestTools::Common::Link ^ other);
public bool IsSame (Microsoft.VisualStudio.TestTools.Common.Link other);
member this.IsSame : Microsoft.VisualStudio.TestTools.Common.Link -> bool
Public Function IsSame (other As Link) As Boolean
Paramètres
Retours
true si le lien fourni est le même que le lien actif ; Sinon, false.