共用方式為


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

參數

傳回值

類型:Boolean
如果相等則為 true,否則為 false。

實作

IEquatable.Equals(UTP)

.NET Framework 安全性

請參閱

參考

RequestId 類別

Equals 多載

Microsoft.VisualStudio.TestTools.Execution 命名空間

Equals