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::Inequality Operator (UITestControl^, UITestControl^)
Indicates whether two UITestControl instances are not 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 inequality operator.
- right
-
Type:
Microsoft.VisualStudio.TestTools.UITesting::UITestControl^
The UITestControl to the right of the inequality operator.
Return Value
Type: System::Booleantrue if the values of left and right are not equal; otherwise, false.
Show: