Share via


ConstReverseRandomAccessIterator<TValue>.Inequality Operatore

Definizione

Determina se l'oggetto ConstReverseRandomAccessIterator<TValue> specificato è diverso dall'oggetto ConstReverseRandomAccessIterator<TValue> corrente.

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

Parametri

Restituisce

true se I due iteratori sono diversi; in caso contrario, false.

Si applica a