TargetColumnInfo.Key.Inequality 運算子

定義

多載

名稱 Description
Inequality(TargetColumnInfo+Key, TargetColumnInfo+Key)

實作運算子 !=。

Inequality(TargetColumnInfo+Key, Object)

實作運算子 !=。

Inequality(Object, TargetColumnInfo+Key)

實作運算子 !=。

Inequality(TargetColumnInfo+Key, TargetColumnInfo+Key)

實作運算子 !=。

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

參數

leftOperand
TargetColumnInfo.Key

左邊的操作數。

rightOperand
TargetColumnInfo.Key

正確的運算元。

傳回

這是運算子的結果。

適用於

Inequality(TargetColumnInfo+Key, Object)

實作運算子 !=。

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

參數

leftOperand
TargetColumnInfo.Key

左邊的操作數。

obj
Object

目標。

傳回

這是運算子的結果。

適用於

Inequality(Object, TargetColumnInfo+Key)

實作運算子 !=。

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

參數

obj
Object

目標。

rightOperand
TargetColumnInfo.Key

正確的運算元。

傳回

這是運算子的結果。

適用於