TargetInfo.Key.Inequality Operator

Definition

Overloads

Inequality(TargetInfo+Key, TargetInfo+Key)
Inequality(TargetInfo+Key, Object)
Inequality(Object, TargetInfo+Key)

Inequality(TargetInfo+Key, TargetInfo+Key)

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

Parameters

leftOperand
TargetInfo.Key
rightOperand
TargetInfo.Key

Returns

Applies to

Inequality(TargetInfo+Key, Object)

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

Parameters

leftOperand
TargetInfo.Key
obj
Object

Returns

Applies to

Inequality(Object, TargetInfo+Key)

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

Parameters

obj
Object
rightOperand
TargetInfo.Key

Returns

Applies to