Share via


ReverseRandomAccessIterator<TValue>.Equality Operatör

Tanım

İki yineleyicinin aynı nesne olup olmadığını belirler.

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

Parametreler

Döndürülenler

true iki yineleyici aynı nesneyse; aksi takdirde , false.

Şunlara uygulanır