Int32DataFrameColumn.ElementwiseEquals Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- value
- Decimal
Gibt zurück
Gilt für:
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
Parameter
- value
- UInt64
Gibt zurück
Gilt für:
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
Parameter
- value
- UInt32
Gibt zurück
Gilt für:
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
Parameter
- value
- UInt16
Gibt zurück
Gilt für:
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
Parameter
- value
- Single
Gibt zurück
Gilt für:
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
Parameter
- value
- SByte
Gibt zurück
Gilt für:
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
Parameter
- value
- Int64
Gibt zurück
Gilt für:
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
Parameter
- value
- Int32
Gibt zurück
Gilt für:
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
Parameter
- value
- Int16
Gibt zurück
Gilt für:
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
Parameter
- value
- Byte
Gibt zurück
Gilt für:
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
Parameter
- value
- Double
Gibt zurück
Gilt für:
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
Parameter
- column
- UInt32DataFrameColumn
Gibt zurück
Gilt für:
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
Parameter
- column
- DecimalDataFrameColumn
Gibt zurück
Gilt für:
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
Parameter
- column
- DoubleDataFrameColumn
Gibt zurück
Gilt für:
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
Parameter
- column
- Int16DataFrameColumn
Gibt zurück
Gilt für:
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
Parameter
- column
- Int32DataFrameColumn
Gibt zurück
Gilt für:
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
Parameter
- column
- ByteDataFrameColumn
Gibt zurück
Gilt für:
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
Parameter
- column
- SByteDataFrameColumn
Gibt zurück
Gilt für:
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
Parameter
- column
- SingleDataFrameColumn
Gibt zurück
Gilt für:
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
Parameter
- column
- UInt64DataFrameColumn
Gibt zurück
Gilt für:
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
Parameter
- column
- UInt16DataFrameColumn
Gibt zurück
Gilt für:
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
Parameter
- column
- Int64DataFrameColumn