Sdílet prostřednictvím


BooleanDataFrameColumn.ElementwiseNotEquals Metoda

Definice

Přetížení

ElementwiseNotEquals(BooleanDataFrameColumn)
ElementwiseNotEquals(Boolean)

ElementwiseNotEquals(BooleanDataFrameColumn)

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

Parametry

Návraty

Platí pro

ElementwiseNotEquals(Boolean)

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

Parametry

value
Boolean

Návraty

Platí pro