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 (Object^)
Compares this instance with the provided object.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Parameters
- obj
-
Type:
System::Object^
The object for comparison.
Return Value
Type: System::Int32A 32-bit signed integer that indicates the relative order of the objects that are being compared. The return value has these meanings:
- Less than zero
This instance is less than obj.
- Zero
This instance is equal to obj.
- Larger than zero
This instance is greater than obj.
Implements
IComparable::CompareTo(Object^)| Exception | Condition |
|---|---|
| ArgumentException | Object is not of type RequestId. |
Show: