Link.IsSame(Link) Method

Definition

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

other
Link

A Link object.

Returns

true if the provided link is the same as the current link; otherwise, false.

Applies to