ControlType.Equality(ControlType, ControlType) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static bool operator ==(Microsoft::VisualStudio::TestTools::UITesting::ControlType ^ left, Microsoft::VisualStudio::TestTools::UITesting::ControlType ^ right);
public static bool operator == (Microsoft.VisualStudio.TestTools.UITesting.ControlType left, Microsoft.VisualStudio.TestTools.UITesting.ControlType right);
static member ( = ) : Microsoft.VisualStudio.TestTools.UITesting.ControlType * Microsoft.VisualStudio.TestTools.UITesting.ControlType -> bool
Public Shared Operator == (left As ControlType, right As ControlType) As Boolean
Parameters
- left
- ControlType
- right
- ControlType