ReverseRandomAccessIterator<TValue>.Equality Operator

Definicja

Określa, czy dwa iteratory są tym samym obiektem.

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

Parametry

Zwraca

true jeśli dwa iteratory są tym samym obiektem; w przeciwnym razie , false.

Dotyczy