次の方法で共有


StringDataFrameColumn.ElementwiseEquals メソッド

定義

オーバーロード

ElementwiseEquals(DataFrameColumn)

要素ごとの等号を実行します。

ElementwiseEquals(String)
ElementwiseEquals<T>(T)

列の各値に対して要素ごとの等号を実行します

ElementwiseEquals(DataFrameColumn)

要素ごとの等号を実行します。

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

パラメーター

戻り値

適用対象

ElementwiseEquals(String)

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

パラメーター

value
String

戻り値

適用対象

ElementwiseEquals<T>(T)

列の各値に対して要素ごとの等号を実行します

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

型パラメーター

T

パラメーター

value
T

戻り値

適用対象