EventColumnInfo.Key.Inequality 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 |
|---|---|
| Inequality(EventColumnInfo+Key, EventColumnInfo+Key) | |
| Inequality(EventColumnInfo+Key, Object) | |
| Inequality(Object, EventColumnInfo+Key) |
Inequality(EventColumnInfo+Key, EventColumnInfo+Key)
public static bool operator !=(Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key leftOperand, Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key rightOperand);
static member op_Inequality : Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key * Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key -> bool
Public Shared Operator != (leftOperand As EventColumnInfo.Key, rightOperand As EventColumnInfo.Key) As Boolean
Parâmetros
- leftOperand
- EventColumnInfo.Key
- rightOperand
- EventColumnInfo.Key
Retornos
Aplica-se a
Inequality(EventColumnInfo+Key, Object)
public static bool operator !=(Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key leftOperand, object obj);
static member op_Inequality : Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key * obj -> bool
Public Shared Operator != (leftOperand As EventColumnInfo.Key, obj As Object) As Boolean
Parâmetros
- leftOperand
- EventColumnInfo.Key
- obj
- Object
Retornos
Aplica-se a
Inequality(Object, EventColumnInfo+Key)
public static bool operator !=(object obj, Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key rightOperand);
static member op_Inequality : obj * Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key -> bool
Public Shared Operator != (obj As Object, rightOperand As EventColumnInfo.Key) As Boolean
Parâmetros
- obj
- Object
- rightOperand
- EventColumnInfo.Key