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