ContainerRandomAccessIterator<TValue>.Equality Operátor

Definice

Určuje, zda dva iterátory jsou stejný objekt.

Přetížení

Equality(ContainerRandomAccessIterator<TValue>)

Určuje, zda je daný ContainerRandomAccessIterator<TValue> objekt stejný jako aktuální ContainerRandomAccessIterator<TValue> objekt.

Equality(IInputIterator<TValue>)

Určuje, zda je daný IInputIterator<TValue> objekt stejný jako aktuální ContainerRandomAccessIterator<TValue> objekt.

Equality(ContainerRandomAccessIterator<TValue>)

Určuje, zda je daný ContainerRandomAccessIterator<TValue> objekt stejný jako aktuální ContainerRandomAccessIterator<TValue> objekt.

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

Parametry

Návraty

truejsou-li dva iterátory stejný objekt; v opačném případě . false

Platí pro

Equality(IInputIterator<TValue>)

Určuje, zda je daný IInputIterator<TValue> objekt stejný jako aktuální ContainerRandomAccessIterator<TValue> objekt.

public:
 bool operator ==(Microsoft::VisualC::StlClr::Generic::IInputIterator<TValue> ^ _Right);
public bool operator == (Microsoft.VisualC.StlClr.Generic.IInputIterator<TValue> _Right);
member this.( = ) : 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 stejný objekt; v opačném případě . false

Platí pro