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