Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITechnologyElementProxy::Equals Method (IUITechnologyElement^)

 

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)

public:
virtual bool Equals(
	IUITechnologyElement^ element
) override

Parameters

element
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::IUITechnologyElement^

The object to compare with the current object.

Return Value

Type: System::Boolean

True if the specified object is equal to the current object; otherwise, false.

Return to top
Show: