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