Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified object is equal to the current object.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overrides Function Equals ( _
element As IUITechnologyElement _
) As Boolean
public override bool Equals(
IUITechnologyElement element
)
public:
virtual bool Equals(
IUITechnologyElement^ element
) override
abstract Equals :
element:IUITechnologyElement -> bool
override Equals :
element:IUITechnologyElement -> bool
public override function Equals(
element : IUITechnologyElement
) : boolean
Parameters
element
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElementThe object to compare with the current object.
Return Value
Type: Boolean
True if the specified object is equal to the current object; 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.