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