RequestId.CompareTo 方法 (RequestId)
比較這個執行個體與提供的 RequestId。
命名空間: Microsoft.VisualStudio.TestTools.Execution
組件: Microsoft.VisualStudio.QualityTools.ExecutionCommon (在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)
語法
'宣告
Public Function CompareTo ( _
other As RequestId _
) As Integer
public int CompareTo(
RequestId other
)
public:
virtual int CompareTo(
RequestId^ other
) sealed
abstract CompareTo :
other:RequestId -> int
override CompareTo :
other:RequestId -> int
public final function CompareTo(
other : RequestId
) : int
參數
other
類型:Microsoft.VisualStudio.TestTools.Execution.RequestId要比較的 RequestId。
傳回值
類型:Int32
32 位元帶正負號的整數,表示所比較之 RequestId 的相對順序。傳回值具有這些意義:
小於零
這個執行個體小於 other。Zero
這個執行個體等於 other。大於零
這個執行個體大於 other。
實作
IComparable.CompareTo(UTP)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。