Idioma

Action.Key.Equality Operador

Definição

Sobrecargas

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

Implementa o operador ==.

Equality(Action+Key, Object)

Implementa o operador ==.

Equality(Object, Action+Key)

Implementa o operador ==.

Equality(Action+Key, Action+Key)

Implementa o 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

O operando esquerdo.

rightOperand
Action.Key

O operando direito.

Retornos

O resultado do operador.

Aplica-se a

Equality(Action+Key, Object)

Implementa o 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

O operando esquerdo.

obj
Object

O obj.

Retornos

O resultado do operador.

Aplica-se a

Equality(Object, Action+Key)

Implementa o 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

O obj.

rightOperand
Action.Key

O operando direito.

Retornos

O resultado do operador.

Aplica-se a