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.
ControlType::Inequality Operator (ControlType^, ControlType^)
Represents an inequality operator (!=) for comparing two control type objects.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Parameters
- left
-
Type:
Microsoft.VisualStudio.TestTools.UITesting::ControlType^
A ControlType object.
- right
-
Type:
Microsoft.VisualStudio.TestTools.UITesting::ControlType^
A ControlType object.
Return Value
Type: System::Booleantrue if the provided name is not equal to the Name property value; otherwise, false.
Show: