言語

Action.Key.Inequality Operator

定義

オーバーロード

名前 説明
Inequality(Action+Key, Action+Key)

!=演算子を実装します。

Inequality(Action+Key, Object)

!=演算子を実装します。

Inequality(Object, Action+Key)

!=演算子を実装します。

Inequality(Action+Key, Action+Key)

!=演算子を実装します。

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

パラメーター

leftOperand
Action.Key

左オペランド。

rightOperand
Action.Key

右オペランド。

返品

演算子の結果。

適用対象

Inequality(Action+Key, Object)

!=演算子を実装します。

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

パラメーター

leftOperand
Action.Key

左オペランド。

obj
Object

obj。

返品

演算子の結果。

適用対象

Inequality(Object, Action+Key)

!=演算子を実装します。

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

パラメーター

obj
Object

obj。

rightOperand
Action.Key

右オペランド。

返品

演算子の結果。

適用対象