IUITechnologyElement.Equals(IUITechnologyElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- element
- IUITechnologyElement
An IUITechnologyElement object.
Returns
true if the objects are equal; otherwise, false.