Freigeben über


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

Rückgabewert

Typ: Boolean
true , wenn der angegebene Link mit dem aktuellen Link identisch ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

Link Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace