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::Equality Operator (RequestId^, RequestId^)

 
equivalentCodeEntityM:Microsoft.VisualStudio.TestTools.Execution.RequestId.Equals(Microsoft.VisualStudio.TestTools.Execution.RequestId,Microsoft.VisualStudio.TestTools.Execution.RequestId)

Compares two RequestIds for value equality.

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

public:
static bool operator ==(
	RequestId^ left,
	RequestId^ right
)

Parameters

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

The RequestId on the left-hand side of the equality operator.

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

The RequestId on the right-hand side of the equality operator.

Return Value

Type: System::Boolean

true if equal; otherwise, false.

Return to top
Show: