PrimitiveDataFrameColumn<T>.ElementwiseNotEquals Method

Definition

Overloads

ElementwiseNotEquals(DataFrameColumn)

Performs element-wise not-equals

ElementwiseNotEquals<U>(U)

Performs an element-wise not-equals on each value in the column

ElementwiseNotEquals(DataFrameColumn)

Performs element-wise not-equals

public override Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseNotEquals (Microsoft.Data.Analysis.DataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.DataFrameColumn -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overrides Function ElementwiseNotEquals (column As DataFrameColumn) As PrimitiveDataFrameColumn(Of Boolean)

Parameters

Returns

Applies to

ElementwiseNotEquals<U>(U)

Performs an element-wise not-equals on each value in the column

public override Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseNotEquals<U> (U value);
override this.ElementwiseNotEquals : 'U -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overrides Function ElementwiseNotEquals(Of U) (value As U) As PrimitiveDataFrameColumn(Of Boolean)

Type Parameters

U

Parameters

value
U

Returns

Applies to