ReverseRandomAccessIterator<TValue>.Inequality Operator

Definicja

Określa, czy dany ReverseRandomAccessIterator<TValue> obiekt różni się od bieżącego ReverseRandomAccessIterator<TValue> obiektu.

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

Parametry

Zwraca

true jeśli dwa iteratory są różnymi obiektami; w przeciwnym razie , false.

Dotyczy