次の方法で共有


BooleanDataFrameColumn.ElementwiseEquals メソッド

定義

オーバーロード

ElementwiseEquals(BooleanDataFrameColumn)
ElementwiseEquals(Boolean)

ElementwiseEquals(BooleanDataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (Microsoft.Data.Analysis.BooleanDataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.BooleanDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As BooleanDataFrameColumn) As BooleanDataFrameColumn

パラメーター

戻り値

適用対象

ElementwiseEquals(Boolean)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (bool value);
override this.ElementwiseEquals : bool -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As Boolean) As BooleanDataFrameColumn

パラメーター

value
Boolean

戻り値

適用対象