BooleanDataFrameColumn.ElementwiseEquals メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- column
- 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