ActionInfo.Key.Inequality Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| Inequality(ActionInfo+Key, ActionInfo+Key) |
!=演算子を実装します。 |
| Inequality(ActionInfo+Key, Object) |
!=演算子を実装します。 |
| Inequality(Object, ActionInfo+Key) |
!=演算子を実装します。 |
Inequality(ActionInfo+Key, ActionInfo+Key)
!=演算子を実装します。
public static bool operator !=(Microsoft.SqlServer.Management.XEvent.ActionInfo.Key leftOperand, Microsoft.SqlServer.Management.XEvent.ActionInfo.Key rightOperand);
static member op_Inequality : Microsoft.SqlServer.Management.XEvent.ActionInfo.Key * Microsoft.SqlServer.Management.XEvent.ActionInfo.Key -> bool
Public Shared Operator != (leftOperand As ActionInfo.Key, rightOperand As ActionInfo.Key) As Boolean
パラメーター
- leftOperand
- ActionInfo.Key
左オペランド。
- rightOperand
- ActionInfo.Key
右オペランド。
返品
演算子の結果。
適用対象
Inequality(ActionInfo+Key, Object)
!=演算子を実装します。
public static bool operator !=(Microsoft.SqlServer.Management.XEvent.ActionInfo.Key leftOperand, object obj);
static member op_Inequality : Microsoft.SqlServer.Management.XEvent.ActionInfo.Key * obj -> bool
Public Shared Operator != (leftOperand As ActionInfo.Key, obj As Object) As Boolean
パラメーター
- leftOperand
- ActionInfo.Key
左オペランド。
- obj
- Object
obj。
返品
演算子の結果。
適用対象
Inequality(Object, ActionInfo+Key)
!=演算子を実装します。
public static bool operator !=(object obj, Microsoft.SqlServer.Management.XEvent.ActionInfo.Key rightOperand);
static member op_Inequality : obj * Microsoft.SqlServer.Management.XEvent.ActionInfo.Key -> bool
Public Shared Operator != (obj As Object, rightOperand As ActionInfo.Key) As Boolean
パラメーター
- obj
- Object
obj。
- rightOperand
- ActionInfo.Key
右オペランド。
返品
演算子の結果。