ConstReverseBidirectionalIterator<TValue>.Equality Operátor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Určuje, zda dva iterátory jsou stejný objekt.
Přetížení
Equality(ConstReverseBidirectionalIterator<TValue>) |
Určuje, zda je daný ConstReverseBidirectionalIterator<TValue> objekt stejný jako aktuální ConstReverseBidirectionalIterator<TValue> objekt. |
Equality(IInputIterator<TValue>) |
Určuje, zda je daný IInputIterator<TValue> objekt stejný jako aktuální ConstReverseBidirectionalIterator<TValue> objekt. |
Equality(ConstReverseBidirectionalIterator<TValue>)
Určuje, zda je daný ConstReverseBidirectionalIterator<TValue> objekt stejný jako aktuální ConstReverseBidirectionalIterator<TValue> objekt.
public:
bool operator ==(Microsoft::VisualC::StlClr::Generic::ConstReverseBidirectionalIterator<TValue> ^ _Right);
public bool operator == (Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<TValue> _Right);
member this.( = ) : Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<'Value> -> bool
Public Operator == (_Right As ConstReverseBidirectionalIterator(Of TValue)) As Boolean
Parametry
Objekt ConstReverseBidirectionalIterator<TValue> , který se má porovnat s aktuálním ConstReverseBidirectionalIterator<TValue> objektem.
Návraty
true
jsou-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í ConstReverseBidirectionalIterator<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 ConstReverseBidirectionalIterator<TValue> objektem.
Návraty
true
jsou-li dva iterátory stejný objekt; v opačném případě . false