다음을 통해 공유


DataFrameColumn.ElementwiseEquals 메서드

정의

오버로드

ElementwiseEquals(DataFrameColumn)

요소별 같음 수행

ElementwiseEquals<T>(T)

열의 각 값에 대해 요소 단위 같음 수행

ElementwiseEquals(DataFrameColumn)

Source:
DataFrameColumn.BinaryOperations.cs
Source:
DataFrameColumn.BinaryOperations.cs
Source:
DataFrameColumn.BinaryOperations.cs

요소별 같음 수행

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

매개 변수

반환

적용 대상

ElementwiseEquals<T>(T)

Source:
DataFrameColumn.BinaryOperations.cs
Source:
DataFrameColumn.BinaryOperations.cs
Source:
DataFrameColumn.BinaryOperations.cs

열의 각 값에 대해 요소 단위 같음 수행

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

형식 매개 변수

T

매개 변수

value
T

반환

적용 대상