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
参数
- other
类型:Microsoft.VisualStudio.TestTools.Common.Link
一个 Link 对象。
返回值
类型:System.Boolean
如果提供的链接与当前链接相同,则为 true;否则为 false。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。