Freigeben über


ControlType.Inequality-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 unterstützt keine überladenen Operatoren.

Parameter

Rückgabewert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ControlType Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace