Link.IsSame(Link) 方法

定义

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

public:
 bool IsSame(Microsoft::VisualStudio::TestTools::Common::Link ^ other);
public bool IsSame (Microsoft.VisualStudio.TestTools.Common.Link other);
member this.IsSame : Microsoft.VisualStudio.TestTools.Common.Link -> bool
Public Function IsSame (other As Link) As Boolean

参数

other
Link

Link 对象。

返回

Boolean

如果提供的链接与当前链接相同,则为 true;否则为 false。

适用于