DateTimeDataFrameColumn.ElementwiseNotEquals 方法

定义

重载

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

参数

返回

适用于

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

返回

适用于