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.
UITestControl::Equality Operator (UITestControl^, UITestControl^)
Indicates whether two UITestControl instances are equal.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Parameters
- left
-
Type:
Microsoft.VisualStudio.TestTools.UITesting::UITestControl^
The UITestControl to the left of the equality operator.
- right
-
Type:
Microsoft.VisualStudio.TestTools.UITesting::UITestControl^
The UITestControl to the right of the equality operator.
Show: