Link.IsSame(Link) Méthode

Définition

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

other
Link

Objet Link.

Retours

Boolean

true si le lien fourni est le même que le lien actif ; Sinon, false.

S’applique à