MapInfo.Key.Inequality Operator

Definition

Überlädt

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

Implementiert den Operator !=.

Inequality(MapInfo+Key, Object)

Implementiert den Operator !=.

Inequality(Object, MapInfo+Key)

Implementiert den Operator !=.

Inequality(MapInfo+Key, MapInfo+Key)

Implementiert den Operator !=.

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

Parameter

leftOperand
MapInfo.Key

Der linke Operand.

rightOperand
MapInfo.Key

Der rechte Operand.

Gibt zurück

Das Ergebnis des Operators.

Gilt für:

Inequality(MapInfo+Key, Object)

Implementiert den Operator !=.

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

Parameter

leftOperand
MapInfo.Key

Der linke Operand.

obj
Object

Der Obj.

Gibt zurück

Das Ergebnis des Operators.

Gilt für:

Inequality(Object, MapInfo+Key)

Implementiert den Operator !=.

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

Parameter

obj
Object

Der Obj.

rightOperand
MapInfo.Key

Der rechte Operand.

Gibt zurück

Das Ergebnis des Operators.

Gilt für: