DateTimeDataFrameColumn.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(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
Parameters
- column
- DateTimeDataFrameColumn
Returns
Applies to
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
Parameters
- value
- DateTime