IUITechnologyElement.Equals(IUITechnologyElement) Method

Definition

Returns a value that indicates whether the provided object is equal to this element.

public:
 bool Equals(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ element);
public bool Equals (Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement element);
abstract member Equals : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement -> bool
Public Function Equals (element As IUITechnologyElement) As Boolean

Parameters

Returns

true if the objects are equal; otherwise, false.

Applies to