次の方法で共有


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

戻り値

適用対象