Sdílet prostřednictvím


ContainerRandomAccessIterator<TValue>.Inequality Operátor

Definice

Určuje, zda dva iterátory nejsou stejným objektem.

Přetížení

Inequality(IInputIterator<TValue>)

Určuje, zda se daný IInputIterator<TValue> objekt liší od aktuálního ContainerRandomAccessIterator<TValue> objektu.

Inequality(ContainerRandomAccessIterator<TValue>)

Určuje, zda se daný ContainerRandomAccessIterator<TValue> objekt liší od aktuálního ContainerRandomAccessIterator<TValue> objektu.

Inequality(IInputIterator<TValue>)

Určuje, zda se daný IInputIterator<TValue> objekt liší od aktuálního ContainerRandomAccessIterator<TValue> objektu.

public:
 bool operator !=(Microsoft::VisualC::StlClr::Generic::IInputIterator<TValue> ^ _Right);
public bool operator != (Microsoft.VisualC.StlClr.Generic.IInputIterator<TValue> _Right);
member this.op_Inequality : Microsoft.VisualC.StlClr.Generic.IInputIterator<'Value> -> bool
Public Operator != (_Right As IInputIterator(Of TValue)) As Boolean

Parametry

_Right
IInputIterator<TValue>

Objekt IInputIterator<TValue> , který se má porovnat s aktuálním ContainerRandomAccessIterator<TValue> objektem.

Návraty

truejsou-li dva iterátory různé objekty; v opačném případě . false

Platí pro

Inequality(ContainerRandomAccessIterator<TValue>)

Určuje, zda se daný ContainerRandomAccessIterator<TValue> objekt liší od aktuálního ContainerRandomAccessIterator<TValue> objektu.

public:
 bool operator !=(Microsoft::VisualC::StlClr::Generic::ContainerRandomAccessIterator<TValue> ^ _Right);
public bool operator != (Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> _Right);
member this.op_Inequality : Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<'Value> -> bool
Public Operator != (_Right As ContainerRandomAccessIterator(Of TValue)) As Boolean

Parametry

Návraty

truejsou-li dva iterátory různé objekty; v opačném případě . false

Platí pro