BooleanDataFrameColumn.ElementwiseEquals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- column
- BooleanDataFrameColumn
Returns
Applies to
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
Parameters
- value
- Boolean