TypeInfo.Key.Inequality 運算子

定義

多載

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

參數

leftOperand
TypeInfo.Key
rightOperand
TypeInfo.Key

傳回

適用於

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

參數

leftOperand
TypeInfo.Key
obj
Object

傳回

適用於

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

參數

obj
Object
rightOperand
TypeInfo.Key

傳回

適用於