ReverseRandomAccessIterator<TValue>.Equality Opérateur

Définition

Détermine si deux itérateurs correspondent au même objet.

public:
 bool operator ==(Microsoft::VisualC::StlClr::Generic::ReverseRandomAccessIterator<TValue> ^ _Right);
public bool operator == (Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<TValue> _Right);
member this.( = ) : Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<'Value> -> bool
Public Operator == (_Right As ReverseRandomAccessIterator(Of TValue)) As Boolean

Paramètres

Retours

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

S’applique à