Lenguaje

Action.Key.Equality Operador

Definición

Sobrecargas

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

Implementa el operador ==.

Equality(Action+Key, Object)

Implementa el operador ==.

Equality(Object, Action+Key)

Implementa el operador ==.

Equality(Action+Key, Action+Key)

Implementa el operador ==.

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

Parámetros

leftOperand
Action.Key

Operando izquierdo.

rightOperand
Action.Key

Operando derecho.

Devoluciones

Resultado del operador.

Se aplica a

Equality(Action+Key, Object)

Implementa el operador ==.

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

Parámetros

leftOperand
Action.Key

Operando izquierdo.

obj
Object

El obj.

Devoluciones

Resultado del operador.

Se aplica a

Equality(Object, Action+Key)

Implementa el operador ==.

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

Parámetros

obj
Object

El obj.

rightOperand
Action.Key

Operando derecho.

Devoluciones

Resultado del operador.

Se aplica a