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