TypeInfo.Key.Inequality Operator

Definition

Overloads

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

Parameters

leftOperand
TypeInfo.Key
rightOperand
TypeInfo.Key

Returns

Applies to

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

Parameters

leftOperand
TypeInfo.Key
obj
Object

Returns

Applies to

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

Parameters

obj
Object
rightOperand
TypeInfo.Key

Returns

Applies to