DateTimeDataFrameColumn.ElementwiseNotEquals メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ElementwiseNotEquals(DateTimeDataFrameColumn) | |
ElementwiseNotEquals(DateTime) |
ElementwiseNotEquals(DateTimeDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (Microsoft.Data.Analysis.DateTimeDataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.DateTimeDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (column As DateTimeDataFrameColumn) As BooleanDataFrameColumn
パラメーター
- column
- DateTimeDataFrameColumn
戻り値
適用対象
ElementwiseNotEquals(DateTime)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (DateTime value);
override this.ElementwiseNotEquals : DateTime -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (value As DateTime) As BooleanDataFrameColumn
パラメーター
- value
- DateTime