ReverseRandomAccessIterator<TValue>.Inequality Operator

Definition

Determines whether the given ReverseRandomAccessIterator<TValue> object differs from the current ReverseRandomAccessIterator<TValue> object.

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

Parameters

Returns

true if the two iterators are different objects; otherwise, false.

Applies to