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
- other 
 Type: Microsoft.VisualStudio.TestTools.Common.Link- A Link object. 
Return Value
Type: Boolean
true if the provided link is the same as the current link; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.