TypeInfo.Key.Inequality Operatore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| Inequality(TypeInfo+Key, TypeInfo+Key) | |
| Inequality(TypeInfo+Key, Object) | |
| Inequality(Object, TypeInfo+Key) |
Inequality(TypeInfo+Key, TypeInfo+Key)
public static bool operator !=(Microsoft.SqlServer.Management.XEvent.TypeInfo.Key leftOperand, Microsoft.SqlServer.Management.XEvent.TypeInfo.Key rightOperand);
static member op_Inequality : Microsoft.SqlServer.Management.XEvent.TypeInfo.Key * Microsoft.SqlServer.Management.XEvent.TypeInfo.Key -> bool
Public Shared Operator != (leftOperand As TypeInfo.Key, rightOperand As TypeInfo.Key) As Boolean
Parametri
- leftOperand
- TypeInfo.Key
- rightOperand
- TypeInfo.Key
Valori restituiti
Si applica a
Inequality(TypeInfo+Key, Object)
public static bool operator !=(Microsoft.SqlServer.Management.XEvent.TypeInfo.Key leftOperand, object obj);
static member op_Inequality : Microsoft.SqlServer.Management.XEvent.TypeInfo.Key * obj -> bool
Public Shared Operator != (leftOperand As TypeInfo.Key, obj As Object) As Boolean
Parametri
- leftOperand
- TypeInfo.Key
- obj
- Object
Valori restituiti
Si applica a
Inequality(Object, TypeInfo+Key)
public static bool operator !=(object obj, Microsoft.SqlServer.Management.XEvent.TypeInfo.Key rightOperand);
static member op_Inequality : obj * Microsoft.SqlServer.Management.XEvent.TypeInfo.Key -> bool
Public Shared Operator != (obj As Object, rightOperand As TypeInfo.Key) As Boolean
Parametri
- obj
- Object
- rightOperand
- TypeInfo.Key