Session.Key.Inequality Operator

Definition

Überlädt

Inequality(Session+Key, Session+Key)

public static bool operator !=(Microsoft.SqlServer.Management.XEvent.Session.Key leftOperand, Microsoft.SqlServer.Management.XEvent.Session.Key rightOperand);
static member op_Inequality : Microsoft.SqlServer.Management.XEvent.Session.Key * Microsoft.SqlServer.Management.XEvent.Session.Key -> bool
Public Shared Operator != (leftOperand As Session.Key, rightOperand As Session.Key) As Boolean

Parameter

leftOperand
Session.Key
rightOperand
Session.Key

Gibt zurück

Gilt für:

Inequality(Session+Key, Object)

public static bool operator !=(Microsoft.SqlServer.Management.XEvent.Session.Key leftOperand, object obj);
static member op_Inequality : Microsoft.SqlServer.Management.XEvent.Session.Key * obj -> bool
Public Shared Operator != (leftOperand As Session.Key, obj As Object) As Boolean

Parameter

leftOperand
Session.Key
obj
Object

Gibt zurück

Gilt für:

Inequality(Object, Session+Key)

public static bool operator !=(object obj, Microsoft.SqlServer.Management.XEvent.Session.Key rightOperand);
static member op_Inequality : obj * Microsoft.SqlServer.Management.XEvent.Session.Key -> bool
Public Shared Operator != (obj As Object, rightOperand As Session.Key) As Boolean

Parameter

obj
Object
rightOperand
Session.Key

Gibt zurück

Gilt für: