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.
UITestAction::Inequality Operator (UITestAction^, UITestAction^)
Overrides the "!=" operator for comparing two UI test action objects.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Parameters
- left
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Common::UITestAction^
The UITestAction object on the left of the equality expression.
- right
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Common::UITestAction^
The UITestAction object on the right of the equality expression.
Show: