TargetInfo.Key.Inequality 運算子

定義

多載

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

參數

leftOperand
TargetInfo.Key
rightOperand
TargetInfo.Key

傳回

適用於

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

參數

leftOperand
TargetInfo.Key
obj
Object

傳回

適用於

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

參數

obj
Object
rightOperand
TargetInfo.Key

傳回

適用於