Share via


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

Return Value

Type: Boolean
true if the objects are equal; otherwise, false.

.NET Framework Security

See Also

Reference

IUITechnologyElement Interface

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace