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 (Object^)

 

Compares this instance with the provided object.

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

public:
virtual int CompareTo(
	Object^ obj
) sealed

Parameters

obj
Type: System::Object^

The object for comparison.

Return Value

Type: System::Int32

A 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.

Exception Condition
ArgumentException

Object is not of type RequestId.

Return to top
Show: