IUITechnologyElement.Equals Method
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
Function Equals ( _
element As IUITechnologyElement _
) As Boolean
bool Equals(
IUITechnologyElement element
)
bool Equals(
IUITechnologyElement^ element
)
abstract Equals :
element:IUITechnologyElement -> bool
function Equals(
element : IUITechnologyElement
) : boolean
Parameters
element
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElementAn IUITechnologyElement object.
Return Value
Type: Boolean
true if the objects are equal; otherwise, false.
.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.