ConstContainerBidirectionalIterator<TValue>.equal_to Méthode

Définition

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

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

Retours

true si les deux itérateurs correspondent au même objet ; sinon, false.

S’applique à