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
Return Value
Type: Boolean
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.