Share via


SByteDataFrameColumn.ElementwiseEquals 메서드

정의

오버로드

ElementwiseEquals(Decimal)
ElementwiseEquals(UInt64)
ElementwiseEquals(UInt32)
ElementwiseEquals(UInt16)
ElementwiseEquals(Single)
ElementwiseEquals(SByte)
ElementwiseEquals(Int64)
ElementwiseEquals(Int32)
ElementwiseEquals(Int16)
ElementwiseEquals(Byte)
ElementwiseEquals(Double)
ElementwiseEquals(UInt32DataFrameColumn)
ElementwiseEquals(DecimalDataFrameColumn)
ElementwiseEquals(DoubleDataFrameColumn)
ElementwiseEquals(Int16DataFrameColumn)
ElementwiseEquals(Int32DataFrameColumn)
ElementwiseEquals(ByteDataFrameColumn)
ElementwiseEquals(SByteDataFrameColumn)
ElementwiseEquals(SingleDataFrameColumn)
ElementwiseEquals(UInt64DataFrameColumn)
ElementwiseEquals(UInt16DataFrameColumn)
ElementwiseEquals(Int64DataFrameColumn)

ElementwiseEquals(Decimal)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (decimal value);
override this.ElementwiseEquals : decimal -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As Decimal) As BooleanDataFrameColumn

매개 변수

value
Decimal

반환

적용 대상

ElementwiseEquals(UInt64)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (ulong value);
override this.ElementwiseEquals : uint64 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As ULong) As BooleanDataFrameColumn

매개 변수

value
UInt64

반환

적용 대상

ElementwiseEquals(UInt32)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (uint value);
override this.ElementwiseEquals : uint32 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As UInteger) As BooleanDataFrameColumn

매개 변수

value
UInt32

반환

적용 대상

ElementwiseEquals(UInt16)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (ushort value);
override this.ElementwiseEquals : uint16 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As UShort) As BooleanDataFrameColumn

매개 변수

value
UInt16

반환

적용 대상

ElementwiseEquals(Single)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (float value);
override this.ElementwiseEquals : single -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As Single) As BooleanDataFrameColumn

매개 변수

value
Single

반환

적용 대상

ElementwiseEquals(SByte)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (sbyte value);
override this.ElementwiseEquals : sbyte -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As SByte) As BooleanDataFrameColumn

매개 변수

value
SByte

반환

적용 대상

ElementwiseEquals(Int64)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (long value);
override this.ElementwiseEquals : int64 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As Long) As BooleanDataFrameColumn

매개 변수

value
Int64

반환

적용 대상

ElementwiseEquals(Int32)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (int value);
override this.ElementwiseEquals : int -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As Integer) As BooleanDataFrameColumn

매개 변수

value
Int32

반환

적용 대상

ElementwiseEquals(Int16)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (short value);
override this.ElementwiseEquals : int16 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As Short) As BooleanDataFrameColumn

매개 변수

value
Int16

반환

적용 대상

ElementwiseEquals(Byte)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (byte value);
override this.ElementwiseEquals : byte -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As Byte) As BooleanDataFrameColumn

매개 변수

value
Byte

반환

적용 대상

ElementwiseEquals(Double)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (double value);
override this.ElementwiseEquals : double -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (value As Double) As BooleanDataFrameColumn

매개 변수

value
Double

반환

적용 대상

ElementwiseEquals(UInt32DataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (Microsoft.Data.Analysis.UInt32DataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.UInt32DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As UInt32DataFrameColumn) As BooleanDataFrameColumn

매개 변수

반환

적용 대상

ElementwiseEquals(DecimalDataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (Microsoft.Data.Analysis.DecimalDataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.DecimalDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As DecimalDataFrameColumn) As BooleanDataFrameColumn

매개 변수

반환

적용 대상

ElementwiseEquals(DoubleDataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (Microsoft.Data.Analysis.DoubleDataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.DoubleDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As DoubleDataFrameColumn) As BooleanDataFrameColumn

매개 변수

반환

적용 대상

ElementwiseEquals(Int16DataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (Microsoft.Data.Analysis.Int16DataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.Int16DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As Int16DataFrameColumn) As BooleanDataFrameColumn

매개 변수

반환

적용 대상

ElementwiseEquals(Int32DataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (Microsoft.Data.Analysis.Int32DataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.Int32DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As Int32DataFrameColumn) As BooleanDataFrameColumn

매개 변수

반환

적용 대상

ElementwiseEquals(ByteDataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (Microsoft.Data.Analysis.ByteDataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.ByteDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As ByteDataFrameColumn) As BooleanDataFrameColumn

매개 변수

반환

적용 대상

ElementwiseEquals(SByteDataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (Microsoft.Data.Analysis.SByteDataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.SByteDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As SByteDataFrameColumn) As BooleanDataFrameColumn

매개 변수

반환

적용 대상

ElementwiseEquals(SingleDataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (Microsoft.Data.Analysis.SingleDataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.SingleDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As SingleDataFrameColumn) As BooleanDataFrameColumn

매개 변수

반환

적용 대상

ElementwiseEquals(UInt64DataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (Microsoft.Data.Analysis.UInt64DataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.UInt64DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As UInt64DataFrameColumn) As BooleanDataFrameColumn

매개 변수

반환

적용 대상

ElementwiseEquals(UInt16DataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (Microsoft.Data.Analysis.UInt16DataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.UInt16DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As UInt16DataFrameColumn) As BooleanDataFrameColumn

매개 변수

반환

적용 대상

ElementwiseEquals(Int64DataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseEquals (Microsoft.Data.Analysis.Int64DataFrameColumn column);
override this.ElementwiseEquals : Microsoft.Data.Analysis.Int64DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseEquals (column As Int64DataFrameColumn) As BooleanDataFrameColumn

매개 변수

반환

적용 대상