UITestControl.Equals 方法
确定指定的 UITestControl 是否等于当前的 UITestControl。
命名空间: Microsoft.VisualStudio.TestTools.UITesting
程序集: Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.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
类型:System.Object
与当前的 UITestControl 进行比较的 UITestControl。
返回值
类型:System.Boolean
如果指定的 UITestControl 等于当前的 UITestControl,则为 true;否则为 false。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。