TypeInfo.Key.Inequality Operatore

Definizione

Overload

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

Valori restituiti

Si applica a