Link.IsSame(Link) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the provided link is the same as the current 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
Parameters
Returns
true if the provided link is the same as the current link; otherwise, false.