ReverseRandomAccessIterator<TValue>.Inequality Opérateur

Définition

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

public:
 bool operator !=(Microsoft::VisualC::StlClr::Generic::ReverseRandomAccessIterator<TValue> ^ _Right);
public bool operator !=(Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<TValue> _Right);
member this.op_Inequality : 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 sont des objets différents ; sinon, false.

S’applique à