共用方式為


ActionList.Equals 方法 (Object)

判斷提供的物件是否等於此動作清單物件。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Common
組件:  Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

語法

'宣告
Public Overrides Function Equals ( _
    other As Object _
) As Boolean
public override bool Equals(
    Object other
)
public:
virtual bool Equals(
    Object^ other
) override
abstract Equals : 
        other:Object -> bool  
override Equals : 
        other:Object -> bool
public override function Equals(
    other : Object
) : boolean

參數

  • other
    類型:Object

    可轉換成 ActionList 物件的物件。

傳回值

類型:Boolean
如果 other 物件等於這個動作清單物件,則為 true。

.NET Framework 安全性

請參閱

參考

ActionList 類別

Equals 多載

Microsoft.VisualStudio.TestTools.UITest.Common 命名空間