다음을 통해 공유


DateTimeDataFrameColumn.ElementwiseEquals 메서드

정의

오버로드

ElementwiseEquals(DateTimeDataFrameColumn)
ElementwiseEquals(DateTime)

ElementwiseEquals(DateTimeDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(Microsoft.Data.Analysis.DateTimeDataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.DateTimeDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As DateTimeDataFrameColumn) As BooleanDataFrameColumn

매개 변수

반환

적용 대상

ElementwiseEquals(DateTime)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals(DateTime value);
override this.ElementwiseEquals : DateTime -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As DateTime) As BooleanDataFrameColumn

매개 변수

value
DateTime

반환

적용 대상