DateTimeDataFrameColumn.ElementwiseEquals 方法

定义

重载

ElementwiseEquals(DateTimeDataFrameColumn)
ElementwiseEquals(DateTime)

ElementwiseEquals(DateTimeDataFrameColumn)

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)

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

返回

适用于