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::CompareTo Method (RequestId^)

 

Compares this instance with the provided RequestId.

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

public:
virtual int CompareTo(
	RequestId^ other
) sealed

Parameters

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

The RequestId for comparison.

Return Value

Type: System::Int32

A 32-bit signed integer that indicates the relative order of the RequestIds that are being compared. The return value has these meanings:

Less than zero

This instance is less than other.

Zero

This instance is equal to other.

Larger than zero

This instance is greater than other.

Return to top
Show: