Link.IsSame Method

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'宣言
Public Function IsSame ( _
    other As Link _
) As Boolean
'使用
Dim instance As Link
Dim other As Link
Dim returnValue As Boolean

returnValue = instance.IsSame(other)
public bool IsSame(
    Link other
)
public:
bool IsSame(
    Link^ other
)
public function IsSame(
    other : Link
) : boolean

Parameters

Return Value

Type: System.Boolean

Permissions

See Also

Reference

Link Class

Link Members

Microsoft.VisualStudio.TestTools.Common Namespace