RequestId.Equals 方法 (RequestId)
比較這個執行個體與提供的 RequestId 的值是否相等。
命名空間: Microsoft.VisualStudio.TestTools.Execution
組件: Microsoft.VisualStudio.QualityTools.ExecutionCommon (在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)
語法
'宣告
Public Function Equals ( _
other As RequestId _
) As Boolean
public bool Equals(
RequestId other
)
public:
virtual bool Equals(
RequestId^ other
) sealed
abstract Equals :
other:RequestId -> bool
override Equals :
other:RequestId -> bool
public final function Equals(
other : RequestId
) : boolean
參數
other
類型:Microsoft.VisualStudio.TestTools.Execution.RequestId要比較的 RequestId。
傳回值
類型:Boolean
如果相等則為 true,否則為 false。
實作
IEquatable.Equals(UTP)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。