ConstReverseRandomAccessIterator<TValue>.Inequality Operator

Definition

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

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

Parameters

Returns

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

Applies to