Session.Key.Inequality Operator

Definition

Overloads

Inequality(Session+Key, Session+Key)
Inequality(Session+Key, Object)
Inequality(Object, Session+Key)

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

Parameters

leftOperand
Session.Key
rightOperand
Session.Key

Returns

Applies to

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

Parameters

leftOperand
Session.Key
obj
Object

Returns

Applies to

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

Parameters

obj
Object
rightOperand
Session.Key

Returns

Applies to