ActionInfo.Key.Equality Operator

Definition

Überlädt

Name Beschreibung
Equality(ActionInfo+Key, ActionInfo+Key)

Implementiert den Operator ==.

Equality(ActionInfo+Key, Object)

Implementiert den Operator ==.

Equality(Object, ActionInfo+Key)

Implementiert den Operator ==.

Equality(ActionInfo+Key, ActionInfo+Key)

Implementiert den Operator ==.

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

Parameter

leftOperand
ActionInfo.Key

Der linke Operand.

rightOperand
ActionInfo.Key

Der rechte Operand.

Gibt zurück

Das Ergebnis des Operators.

Gilt für:

Equality(ActionInfo+Key, Object)

Implementiert den Operator ==.

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

Parameter

leftOperand
ActionInfo.Key

Der linke Operand.

obj
Object

Der Obj.

Gibt zurück

Das Ergebnis des Operators.

Gilt für:

Equality(Object, ActionInfo+Key)

Implementiert den Operator ==.

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

Parameter

obj
Object

Der Obj.

rightOperand
ActionInfo.Key

Der rechte Operand.

Gibt zurück

Das Ergebnis des Operators.

Gilt für: