Link.IsSame 方法

确定提供的链接与当前链接是否相同。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
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

参数

返回值

类型:System.Boolean
如果提供的链接与当前链接相同,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

Link 类

Microsoft.VisualStudio.TestTools.Common 命名空间