UITechnologyElement.Equals Method (IUITechnologyElement)
Returns a value that indicates whether the provided object is equal to this element.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public MustOverride Function Equals ( _
element As IUITechnologyElement _
) As Boolean
public abstract bool Equals(
IUITechnologyElement element
)
public:
virtual bool Equals(
IUITechnologyElement^ element
) abstract
abstract Equals :
element:IUITechnologyElement -> bool
public abstract function Equals(
element : IUITechnologyElement
) : boolean
Parameters
- element
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
An IUITechnologyElement object.
Return Value
Type: System.Boolean
true if the objects are equal; otherwise, false.
Implements
IUITechnologyElement.Equals(IUITechnologyElement)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.