Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents an inequality 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 provided name is not equal to the Name property value; 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.