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::Equality Operator (ControlType^, ControlType^)

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

Represents an equality 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 two control type objects are equal; otherwise, false.

Return to top
Show: