共用方式為


DateTimeDataFrameColumn.ElementwiseNotEquals 方法

定義

多載

ElementwiseNotEquals(DateTimeDataFrameColumn)

來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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

參數

傳回

適用於

ElementwiseNotEquals(DateTime)

來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
來源:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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

傳回

適用於