Link.IsSame-Methode
Bestimmt, ob der angegebene Link mit dem aktuellen Link identisch ist.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Function IsSame ( _
other As Link _
) As Boolean
public bool IsSame(
Link other
)
public:
bool IsSame(
Link^ other
)
member IsSame :
other:Link -> bool
public function IsSame(
other : Link
) : boolean
Parameter
other
Typ: Microsoft.VisualStudio.TestTools.Common.LinkEin Link-Objekt.
Rückgabewert
Typ: Boolean
true , wenn der angegebene Link mit dem aktuellen Link identisch ist, andernfalls false.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.