TargetColumnInfo.Key.Inequality Operator

Definition

Überlädt

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

Implementiert den Operator !=.

Inequality(TargetColumnInfo+Key, Object)

Implementiert den Operator !=.

Inequality(Object, TargetColumnInfo+Key)

Implementiert den Operator !=.

Inequality(TargetColumnInfo+Key, TargetColumnInfo+Key)

Implementiert den Operator !=.

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

Parameter

leftOperand
TargetColumnInfo.Key

Der linke Operand.

rightOperand
TargetColumnInfo.Key

Der rechte Operand.

Gibt zurück

Das Ergebnis des Operators.

Gilt für:

Inequality(TargetColumnInfo+Key, Object)

Implementiert den Operator !=.

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

Parameter

leftOperand
TargetColumnInfo.Key

Der linke Operand.

obj
Object

Der Obj.

Gibt zurück

Das Ergebnis des Operators.

Gilt für:

Inequality(Object, TargetColumnInfo+Key)

Implementiert den Operator !=.

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

Parameter

obj
Object

Der Obj.

rightOperand
TargetColumnInfo.Key

Der rechte Operand.

Gibt zurück

Das Ergebnis des Operators.

Gilt für: