Share via


Link.IsSame Method

Determines whether the provided link is the same as the current link.

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

Parameters

Return Value

Type: System.Boolean
true if the provided link is the same as the current link; otherwise, false.

.NET Framework Security

See Also

Reference

Link Class

Microsoft.VisualStudio.TestTools.Common Namespace