BooleanDataFrameColumn.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(BooleanDataFrameColumn) | |
ElementwiseNotEquals(Boolean) |
ElementwiseNotEquals(BooleanDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (Microsoft.Data.Analysis.BooleanDataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.BooleanDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (column As BooleanDataFrameColumn) As BooleanDataFrameColumn
Parameters
- column
- BooleanDataFrameColumn
Returns
Applies to
ElementwiseNotEquals(Boolean)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (bool value);
override this.ElementwiseNotEquals : bool -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (value As Boolean) As BooleanDataFrameColumn
Parameters
- value
- Boolean