ConstReverseRandomAccessIterator<TValue>.Inequality Operátor

Definice

Určuje, zda se daný ConstReverseRandomAccessIterator<TValue> objekt liší od aktuálního ConstReverseRandomAccessIterator<TValue> objektu.

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

Parametry

Návraty

truejsou-li dva iterátory různé objekty; v opačném případě . false

Platí pro