Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
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
left
Type: Microsoft.VisualStudio.TestTools.UITesting.ControlTypeA ControlType object.
right
Type: Microsoft.VisualStudio.TestTools.UITesting.ControlTypeA ControlType object.
Return Value
Type: Boolean
true if the two control type objects are equal; otherwise, false.
.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.