ConstReverseRandomAccessIterator<TValue>.Equality Operator

Definition

Determines whether two iterators are the same object.

public:
 bool operator ==(Microsoft::VisualC::StlClr::Generic::ConstReverseRandomAccessIterator<TValue> ^ _Right);
public bool operator == (Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> _Right);
member this.( = ) : Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value> -> bool
Public Operator == (_Right As ConstReverseRandomAccessIterator(Of TValue)) As Boolean

Parameters

Returns

true if the two iterators are the same object; otherwise, false.

Applies to