ControlType.Equality Operator
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Shared Operator = ( _
left As ControlType, _
right As ControlType _
) As Boolean
public static bool operator ==(
ControlType left,
ControlType right
)
public:
static bool operator ==(
ControlType^ left,
ControlType^ right
)
static let inline(=)
left:ControlType *
right:ControlType : bool
JScript does not support overloaded operators.
Parameters
Return Value
Type: Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.