EventInfo.Key.Equality Operador
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| Equality(EventInfo+Key, EventInfo+Key) |
Implementa o operador ==. |
| Equality(EventInfo+Key, Object) |
Implementa o operador ==. |
| Equality(Object, EventInfo+Key) |
Implementa o operador ==. |
Equality(EventInfo+Key, EventInfo+Key)
Implementa o operador ==.
public static bool operator ==(Microsoft.SqlServer.Management.XEvent.EventInfo.Key leftOperand, Microsoft.SqlServer.Management.XEvent.EventInfo.Key rightOperand);
static member ( = ) : Microsoft.SqlServer.Management.XEvent.EventInfo.Key * Microsoft.SqlServer.Management.XEvent.EventInfo.Key -> bool
Public Shared Operator == (leftOperand As EventInfo.Key, rightOperand As EventInfo.Key) As Boolean
Parâmetros
- leftOperand
- EventInfo.Key
O operando esquerdo.
- rightOperand
- EventInfo.Key
O operando direito.
Retornos
O resultado do operador.
Aplica-se a
Equality(EventInfo+Key, Object)
Implementa o operador ==.
public static bool operator ==(Microsoft.SqlServer.Management.XEvent.EventInfo.Key leftOperand, object obj);
static member ( = ) : Microsoft.SqlServer.Management.XEvent.EventInfo.Key * obj -> bool
Public Shared Operator == (leftOperand As EventInfo.Key, obj As Object) As Boolean
Parâmetros
- leftOperand
- EventInfo.Key
O operando esquerdo.
- obj
- Object
O obj.
Retornos
O resultado do operador.
Aplica-se a
Equality(Object, EventInfo+Key)
Implementa o operador ==.
public static bool operator ==(object obj, Microsoft.SqlServer.Management.XEvent.EventInfo.Key rightOperand);
static member ( = ) : obj * Microsoft.SqlServer.Management.XEvent.EventInfo.Key -> bool
Public Shared Operator == (obj As Object, rightOperand As EventInfo.Key) As Boolean
Parâmetros
- obj
- Object
O obj.
- rightOperand
- EventInfo.Key
O operando direito.
Retornos
O resultado do operador.