Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Link::IsSame Method (Link^)

 

Determines whether the provided link is the same as the current link.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
bool IsSame(
	Link^ other
)

Parameters

other
Type: Microsoft.VisualStudio.TestTools.Common::Link^

A Link object.

Return Value

Type: System::Boolean

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

Return to top
Show: