Share via


DateTimeDataFrameColumn.ElementwiseNotEquals Method

Definition

Overloads

ElementwiseNotEquals(DateTimeDataFrameColumn)
ElementwiseNotEquals(DateTime)

ElementwiseNotEquals(DateTimeDataFrameColumn)

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

Parameters

Returns

Applies to

ElementwiseNotEquals(DateTime)

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

Parameters

value
DateTime

Returns

Applies to