ConstReverseRandomAccessIterator<TValue>.equal_to Metoda
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í
equal_to(IInputIterator<TValue>) |
Určuje, zda je daný IInputIterator<TValue> objekt stejný jako aktuální ConstReverseRandomAccessIterator<TValue> objekt. |
equal_to(ConstReverseRandomAccessIterator<TValue>) |
Určuje, zda je daný ConstReverseRandomAccessIterator<TValue> objekt stejný jako aktuální ConstReverseRandomAccessIterator<TValue> objekt. |
equal_to(IInputIterator<TValue>)
Určuje, zda je daný IInputIterator<TValue> objekt stejný jako aktuální ConstReverseRandomAccessIterator<TValue> objekt.
public:
virtual bool equal_to(Microsoft::VisualC::StlClr::Generic::IInputIterator<TValue> ^ _Right);
public virtual bool equal_to (Microsoft.VisualC.StlClr.Generic.IInputIterator<TValue> _Right);
abstract member equal_to : Microsoft.VisualC.StlClr.Generic.IInputIterator<'Value> -> bool
override this.equal_to : Microsoft.VisualC.StlClr.Generic.IInputIterator<'Value> -> bool
Public Overridable Function equal_to (_Right As IInputIterator(Of TValue)) As Boolean
Parametry
- _Right
- IInputIterator<TValue>
Objekt IInputIterator<TValue> , který se má porovnat s aktuálním ConstReverseRandomAccessIterator<TValue> objektem.
Návraty
true
jsou-li dva iterátory stejný objekt; v opačném případě . false
Platí pro
equal_to(ConstReverseRandomAccessIterator<TValue>)
Určuje, zda je daný ConstReverseRandomAccessIterator<TValue> objekt stejný jako aktuální ConstReverseRandomAccessIterator<TValue> objekt.
public:
bool equal_to(Microsoft::VisualC::StlClr::Generic::ConstReverseRandomAccessIterator<TValue> ^ _Right);
public bool equal_to (Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> _Right);
member this.equal_to : Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value> -> bool
Public Function equal_to (_Right As ConstReverseRandomAccessIterator(Of TValue)) As Boolean
Parametry
Objekt ConstReverseRandomAccessIterator<TValue> , který se má porovnat s aktuálním ConstReverseRandomAccessIterator<TValue> objektem.
Návraty
true
pokud jsou oba ConstReverseRandomAccessIterator<TValue> objekty stejným objektem, jinak hodnota false
.