ConstReverseRandomAccessIterator<TValue>.Equality Operator

Definitie

Bepaalt of twee iterators hetzelfde object zijn.

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

Retouren

true als de twee iterators hetzelfde object zijn; anders, false.

Van toepassing op