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::Equals Method (Object^)
Determines whether the provided object is equal to this instance of the ControlType class.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Parameters
- other
-
Type:
System::Object^
An object that can be cast to a ControlType object.
Return Value
Type: System::Booleantrue if the provided object is equal to this instance; otherwise, false.
Show: