ContextNodeCollection.Inequality-Operator
Bestimmt, ob zwei angegebene ContextNodeCollection-Objekte verschiedene Werte haben.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
leftHand As ContextNodeCollection, _
rightHand As ContextNodeCollection _
) As Boolean
'Usage
Dim leftHand As ContextNodeCollection
Dim rightHand As ContextNodeCollection
Dim returnValue As Boolean
returnValue = (leftHand <> rightHand)
public static bool operator !=(
ContextNodeCollection leftHand,
ContextNodeCollection rightHand
)
public:
static bool operator !=(
ContextNodeCollection^ leftHand,
ContextNodeCollection^ rightHand
)
J# unterstützt keine überladenen Operatoren.
JScript unterstützt keine überladenene Operatoren.
Parameter
- leftHand
Typ: Microsoft.Ink.ContextNodeCollection
Eine ContextNodeCollection oder ein nullNULL-Verweis (Nothing in Visual Basic)-Verweis (Nothing in Visual Basic).
- rightHand
Typ: Microsoft.Ink.ContextNodeCollection
Eine ContextNodeCollection 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