PredCompareInfo.Key.Inequality Operator

Definition

Überlädt

Name Beschreibung
Inequality(PredCompareInfo+Key, PredCompareInfo+Key)

Implementiert den Operator !=.

Inequality(PredCompareInfo+Key, Object)

Implementiert den Operator !=.

Inequality(Object, PredCompareInfo+Key)

Implementiert den Operator !=.

Inequality(PredCompareInfo+Key, PredCompareInfo+Key)

Implementiert den Operator !=.

public static bool operator !=(Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key leftOperand, Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key rightOperand);
static member op_Inequality : Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key * Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key -> bool
Public Shared Operator != (leftOperand As PredCompareInfo.Key, rightOperand As PredCompareInfo.Key) As Boolean

Parameter

leftOperand
PredCompareInfo.Key

Der linke Operand.

rightOperand
PredCompareInfo.Key

Der rechte Operand.

Gibt zurück

Das Ergebnis des Operators.

Gilt für:

Inequality(PredCompareInfo+Key, Object)

Implementiert den Operator !=.

public static bool operator !=(Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key leftOperand, object obj);
static member op_Inequality : Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key * obj -> bool
Public Shared Operator != (leftOperand As PredCompareInfo.Key, obj As Object) As Boolean

Parameter

leftOperand
PredCompareInfo.Key

Der linke Operand.

obj
Object

Der Obj.

Gibt zurück

Das Ergebnis des Operators.

Gilt für:

Inequality(Object, PredCompareInfo+Key)

Implementiert den Operator !=.

public static bool operator !=(object obj, Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key rightOperand);
static member op_Inequality : obj * Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key -> bool
Public Shared Operator != (obj As Object, rightOperand As PredCompareInfo.Key) As Boolean

Parameter

obj
Object

Der Obj.

rightOperand
PredCompareInfo.Key

Der rechte Operand.

Gibt zurück

Das Ergebnis des Operators.

Gilt für: