UInt16DataFrameColumn.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

パラメーター

戻り値

適用対象