Partager via


ConstReverseRandomAccessIterator<TValue>.Inequality Opérateur

Définition

Détermine si l'objet ConstReverseRandomAccessIterator<TValue> donné diffère de l'objet ConstReverseRandomAccessIterator<TValue> actuel.

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

Paramètres

Retours

true si les deux itérateurs correspondent à des objets différents ; sinon false.

S’applique à