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.

RequestId::Equals Method (RequestId^)

 

Compares this instance with the provided RequestId for value equality.

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

public:
virtual bool Equals(
	RequestId^ other
) sealed

Parameters

other
Type: Microsoft.VisualStudio.TestTools.Execution::RequestId^

The RequestId for comparison.

Return Value

Type: System::Boolean

true if equal; otherwise, false.

Return to top
Show: