ReverseRandomAccessIterator<TValue>.equal_to Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si deux itérateurs correspondent au même objet.
Surcharges
equal_to(ReverseRandomAccessIterator<TValue>) |
Détermine si l'objet ReverseRandomAccessIterator<TValue> donné correspond à l'objet ReverseRandomAccessIterator<TValue> actuel. |
equal_to(IInputIterator<TValue>) |
Détermine si l'objet IInputIterator<TValue> donné correspond à l'objet ReverseRandomAccessIterator<TValue> actuel. |
equal_to(ReverseRandomAccessIterator<TValue>)
Détermine si l'objet ReverseRandomAccessIterator<TValue> donné correspond à l'objet ReverseRandomAccessIterator<TValue> actuel.
public:
bool equal_to(Microsoft::VisualC::StlClr::Generic::ReverseRandomAccessIterator<TValue> ^ _Right);
public bool equal_to (Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<TValue> _Right);
member this.equal_to : Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<'Value> -> bool
Public Function equal_to (_Right As ReverseRandomAccessIterator(Of TValue)) As Boolean
Paramètres
Objet ReverseRandomAccessIterator<TValue> à comparer à l’objet ReverseRandomAccessIterator<TValue> actuel.
Retours
true
si les deux objets ReverseRandomAccessIterator<TValue> correspondent au même objet ; sinon, false
.
S’applique à
equal_to(IInputIterator<TValue>)
Détermine si l'objet IInputIterator<TValue> donné correspond à l'objet ReverseRandomAccessIterator<TValue> actuel.
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
Paramètres
- _Right
- IInputIterator<TValue>
Objet IInputIterator<TValue> à comparer à l’objet ReverseRandomAccessIterator<TValue> actuel.
Retours
true
si les deux itérateurs correspondent au même objet ; sinon, false
.