返回一个值,该值指示提供的对象是否等于此操作对象。
命名空间: Microsoft.VisualStudio.TestTools.UITest.Common
程序集: Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
语法
public override bool Equals(
object other
)
public:
virtual bool Equals(
Object^ other
) override
override Equals :
other:Object -> bool
Public Overrides Function Equals (
other As Object
) As Boolean
参数
- other
可强制转换为 TestStepMarkerAction 的对象。
返回值
Type: System.Boolean
如果对象相等,则为 true;否则为 false。
请参阅
TestStepMarkerAction 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间
返回页首