ActionInfo.Key.Equality Operador

Definición

Sobrecargas

Nombre Description
Equality(ActionInfo+Key, ActionInfo+Key)

Implementa el operador ==.

Equality(ActionInfo+Key, Object)

Implementa el operador ==.

Equality(Object, ActionInfo+Key)

Implementa el operador ==.

Equality(ActionInfo+Key, ActionInfo+Key)

Implementa el operador ==.

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

Parámetros

leftOperand
ActionInfo.Key

Operando izquierdo.

rightOperand
ActionInfo.Key

Operando derecho.

Devoluciones

Resultado del operador.

Se aplica a

Equality(ActionInfo+Key, Object)

Implementa el operador ==.

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

Parámetros

leftOperand
ActionInfo.Key

Operando izquierdo.

obj
Object

El obj.

Devoluciones

Resultado del operador.

Se aplica a

Equality(Object, ActionInfo+Key)

Implementa el operador ==.

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

Parámetros

obj
Object

El obj.

rightOperand
ActionInfo.Key

Operando derecho.

Devoluciones

Resultado del operador.

Se aplica a