DataFrameColumn.ElementwiseNotEquals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ElementwiseNotEquals(DataFrameColumn) |
Performs element-wise not-equals |
ElementwiseNotEquals<T>(T) |
Performs an element-wise not-equals on each value in the column |
ElementwiseNotEquals(DataFrameColumn)
Performs element-wise not-equals
public virtual Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseNotEquals (Microsoft.Data.Analysis.DataFrameColumn column);
abstract member ElementwiseNotEquals : Microsoft.Data.Analysis.DataFrameColumn -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.DataFrameColumn -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overridable Function ElementwiseNotEquals (column As DataFrameColumn) As PrimitiveDataFrameColumn(Of Boolean)
Parameters
- column
- DataFrameColumn
Returns
Applies to
ElementwiseNotEquals<T>(T)
Performs an element-wise not-equals on each value in the column
public virtual Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseNotEquals<T> (T value);
abstract member ElementwiseNotEquals : 'T -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
override this.ElementwiseNotEquals : 'T -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overridable Function ElementwiseNotEquals(Of T) (value As T) As PrimitiveDataFrameColumn(Of Boolean)
Type Parameters
- T
Parameters
- value
- T