Freigeben über


ToleranceRectangle.Inequality-Operator

Operator-Überladung für == Operator.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    left As ToleranceRectangle, _
    right As ToleranceRectangle _
) As Boolean
public static bool operator !=(
    ToleranceRectangle left,
    ToleranceRectangle right
)
public:
static bool operator !=(
    ToleranceRectangle left, 
    ToleranceRectangle right
)
static let inline (<>)
        left:ToleranceRectangle * 
        right:ToleranceRectangle  : bool
JScript unterstützt keine überladenen Operatoren.

Parameter

Rückgabewert

Typ: System.Boolean
True, wenn die Werte nicht gleich sind.

.NET Framework-Sicherheit

Siehe auch

Referenz

ToleranceRectangle Struktur

Microsoft.VisualStudio.TestTools.UITesting-Namespace