다음을 통해 공유


BooleanDataFrameColumn.ElementwiseNotEquals 메서드

정의

오버로드

ElementwiseNotEquals(BooleanDataFrameColumn)
ElementwiseNotEquals(Boolean)

ElementwiseNotEquals(BooleanDataFrameColumn)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals(Microsoft.Data.Analysis.BooleanDataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.BooleanDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (column As BooleanDataFrameColumn) As BooleanDataFrameColumn

매개 변수

반환

적용 대상

ElementwiseNotEquals(Boolean)

Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
Source:
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals(bool value);
override this.ElementwiseNotEquals : bool -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (value As Boolean) As BooleanDataFrameColumn

매개 변수

value
Boolean

반환

적용 대상