다음을 통해 공유


BooleanDataFrameColumn.ElementwiseEquals 메서드

정의

오버로드

ElementwiseEquals(BooleanDataFrameColumn)
ElementwiseEquals(Boolean)

ElementwiseEquals(BooleanDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
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

반환

적용 대상