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.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Parameters
- other
-
Type:
Microsoft.VisualStudio.TestTools.Execution::RequestId^
The RequestId for comparison.
Return Value
Type: System::Int32A 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.
Implements
IComparable<T>::CompareTo(T)
Show: