Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Indicates whether two UITestControl instances are not equal.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
'Declaration
Public Shared Operator <> ( _
left As UITestControl, _
right As UITestControl _
) As Boolean
public static bool operator !=(
UITestControl left,
UITestControl right
)
public:
static bool operator !=(
UITestControl^ left,
UITestControl^ right
)
static let inline (<>)
left:UITestControl *
right:UITestControl : bool
JScript does not support overloaded operators.
- left
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
The UITestControl to the left of the inequality operator.
- right
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
The UITestControl to the right of the inequality operator.
Type: System.Boolean
true if the values of left and right are not equal; otherwise, false.
- 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.