PredCompareInfo.Key.Inequality 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| Inequality(PredCompareInfo+Key, PredCompareInfo+Key) |
實作運算子 !=。 |
| Inequality(PredCompareInfo+Key, Object) |
實作運算子 !=。 |
| Inequality(Object, PredCompareInfo+Key) |
實作運算子 !=。 |
Inequality(PredCompareInfo+Key, PredCompareInfo+Key)
實作運算子 !=。
public static bool operator !=(Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key leftOperand, Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key rightOperand);
static member op_Inequality : Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key * Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key -> bool
Public Shared Operator != (leftOperand As PredCompareInfo.Key, rightOperand As PredCompareInfo.Key) As Boolean
參數
- leftOperand
- PredCompareInfo.Key
左邊的操作數。
- rightOperand
- PredCompareInfo.Key
正確的運算元。
傳回
這是運算子的結果。
適用於
Inequality(PredCompareInfo+Key, Object)
實作運算子 !=。
public static bool operator !=(Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key leftOperand, object obj);
static member op_Inequality : Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key * obj -> bool
Public Shared Operator != (leftOperand As PredCompareInfo.Key, obj As Object) As Boolean
參數
- leftOperand
- PredCompareInfo.Key
左邊的操作數。
- obj
- Object
目標。
傳回
這是運算子的結果。
適用於
Inequality(Object, PredCompareInfo+Key)
實作運算子 !=。
public static bool operator !=(object obj, Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key rightOperand);
static member op_Inequality : obj * Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key -> bool
Public Shared Operator != (obj As Object, rightOperand As PredCompareInfo.Key) As Boolean
參數
- obj
- Object
目標。
- rightOperand
- PredCompareInfo.Key
正確的運算元。
傳回
這是運算子的結果。