共用方式為


StringDataFrameColumn.ElementwiseNotEquals 方法

定義

多載

ElementwiseNotEquals(DataFrameColumn)

執行元素不相等

ElementwiseNotEquals(String)
ElementwiseNotEquals<T>(T)

對資料行中的每個值執行元素不相等

ElementwiseNotEquals(DataFrameColumn)

執行元素不相等

public override Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseNotEquals (Microsoft.Data.Analysis.DataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.DataFrameColumn -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overrides Function ElementwiseNotEquals (column As DataFrameColumn) As PrimitiveDataFrameColumn(Of Boolean)

參數

傳回

適用於

ElementwiseNotEquals(String)

public Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseNotEquals (string value);
override this.ElementwiseNotEquals : string -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Function ElementwiseNotEquals (value As String) As PrimitiveDataFrameColumn(Of Boolean)

參數

value
String

傳回

適用於

ElementwiseNotEquals<T>(T)

對資料行中的每個值執行元素不相等

public override Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseNotEquals<T> (T value);
override this.ElementwiseNotEquals : 'T -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overrides Function ElementwiseNotEquals(Of T) (value As T) As PrimitiveDataFrameColumn(Of Boolean)

類型參數

T

參數

value
T

傳回

適用於