Freigeben über


ContextLinkCollection.Inequality-Operator

Ermittelt, ob zwei angegebene ContextLinkCollection-Objekte verschiedene Werte haben.

Namespace:  System.Windows.Ink
Assembly:  IAWinFX (in IAWinFX.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    leftHand As ContextLinkCollection, _
    rightHand As ContextLinkCollection _
) As Boolean
'Usage
Dim leftHand As ContextLinkCollection
Dim rightHand As ContextLinkCollection
Dim returnValue As Boolean

returnValue = (leftHand <> rightHand)
public static bool operator !=(
    ContextLinkCollection leftHand,
    ContextLinkCollection rightHand
)
public:
static bool operator !=(
    ContextLinkCollection^ leftHand, 
    ContextLinkCollection^ rightHand
)
J# unterstützt keine überladenen Operatoren.
JScript unterstützt keine überladenene Operatoren.

Parameter

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

Siehe auch

Referenz

ContextLinkCollection-Klasse

ContextLinkCollection-Member

System.Windows.Ink-Namespace