ContextNode.Inequality-Operator
Bestimmt, ob zwei angegebene ContextNode-Objekte verschiedene Werte haben.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
leftHand As ContextNode, _
rightHand As ContextNode _
) As Boolean
'Usage
Dim leftHand As ContextNode
Dim rightHand As ContextNode
Dim returnValue As Boolean
returnValue = (leftHand <> rightHand)
public static bool operator !=(
ContextNode leftHand,
ContextNode rightHand
)
public:
static bool operator !=(
ContextNode^ leftHand,
ContextNode^ rightHand
)
J# unterstützt keine überladenen Operatoren.
JScript unterstützt keine überladenene Operatoren.
Parameter
- leftHand
Typ: Microsoft.Ink.ContextNode
Ein ContextNode oder ein nullNULL-Verweis (Nothing in Visual Basic)-Verweis (Nothing in Visual Basic).
- rightHand
Typ: Microsoft.Ink.ContextNode
Ein ContextNode oder ein nullNULL-Verweis (Nothing in Visual Basic)-Verweis (Nothing in Visual Basic).
Rückgabewert
Typ: System.Boolean
true , wenn der Wert von leftHand sich vom Wert von rightHand unterscheidet, andernfalls false.
Plattformen
Windows Vista
.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.
Versionsinformationen
.NET Framework
Unterstützt in: 3.0