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.

ControlType::Inequality Operator (ControlType^, ControlType^)

 
equivalentCodeEntityM:Microsoft.VisualStudio.TestTools.UITesting.ControlType.Compare(Microsoft.VisualStudio.TestTools.UITesting.ControlType,Microsoft.VisualStudio.TestTools.UITesting.ControlType)

Represents an inequality operator (!=) for comparing two control type objects.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
static bool operator !=(
	ControlType^ left,
	ControlType^ right
)

Return Value

Type: System::Boolean

true if the provided name is not equal to the Name property value; otherwise, false.

Return to top
Show: