ConstReverseBidirectionalIterator<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(ConstReverseBidirectionalIterator<TValue>) |
Détermine si l'objet ConstReverseBidirectionalIterator<TValue> donné correspond à l'objet ConstReverseBidirectionalIterator<TValue> actuel. |
equal_to(IInputIterator<TValue>) |
Détermine si l'objet IInputIterator<TValue> donné correspond à l'objet ConstReverseBidirectionalIterator<TValue> actuel. |
equal_to(ConstReverseBidirectionalIterator<TValue>)
Détermine si l'objet ConstReverseBidirectionalIterator<TValue> donné correspond à l'objet ConstReverseBidirectionalIterator<TValue> actuel.
public:
bool equal_to(Microsoft::VisualC::StlClr::Generic::ConstReverseBidirectionalIterator<TValue> ^ _Right);
public bool equal_to (Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<TValue> _Right);
member this.equal_to : Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<'Value> -> bool
Public Function equal_to (_Right As ConstReverseBidirectionalIterator(Of TValue)) As Boolean
Paramètres
Objet ConstReverseBidirectionalIterator<TValue> à comparer à l’objet ConstReverseBidirectionalIterator<TValue> actuel.
Retours
true
si les deux objets ConstReverseBidirectionalIterator<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 ConstReverseBidirectionalIterator<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 ConstReverseBidirectionalIterator<TValue> actuel.
Retours
true
si les deux itérateurs correspondent au même objet ; sinon, false
.