ActionInfo.Key.Equality Operador

Definição

Sobrecargas

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

Implementa o operador ==.

Equality(ActionInfo+Key, Object)

Implementa o operador ==.

Equality(Object, ActionInfo+Key)

Implementa o operador ==.

Equality(ActionInfo+Key, ActionInfo+Key)

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

O operando esquerdo.

rightOperand
ActionInfo.Key

O operando direito.

Retornos

O resultado do operador.

Aplica-se a

Equality(ActionInfo+Key, Object)

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

O operando esquerdo.

obj
Object

O obj.

Retornos

O resultado do operador.

Aplica-se a

Equality(Object, ActionInfo+Key)

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

O obj.

rightOperand
ActionInfo.Key

O operando direito.

Retornos

O resultado do operador.

Aplica-se a