다음을 통해 공유


DateTimeDataFrameColumn.ElementwiseNotEquals 메서드

정의

오버로드

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

매개 변수

반환

적용 대상

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

매개 변수

value
DateTime

반환

적용 대상