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

参数

返回值

类型:System.Boolean
如果 other 对象等于此操作列表对象,则为 true。

.NET Framework 安全性

请参见

参考

ActionList 类

Equals 重载

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