ReverseRandomAccessIterator<TValue>.equal_to Metoda

Definicja

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

Przeciążenia

equal_to(ReverseRandomAccessIterator<TValue>)

Określa, czy dany ReverseRandomAccessIterator<TValue> obiekt jest taki sam jak bieżący ReverseRandomAccessIterator<TValue> obiekt.

equal_to(IInputIterator<TValue>)

Określa, czy dany IInputIterator<TValue> obiekt jest taki sam jak bieżący ReverseRandomAccessIterator<TValue> obiekt.

equal_to(ReverseRandomAccessIterator<TValue>)

Określa, czy dany ReverseRandomAccessIterator<TValue> obiekt jest taki sam jak bieżący ReverseRandomAccessIterator<TValue> obiekt.

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

Parametry

Zwraca

true jeśli dwa ReverseRandomAccessIterator<TValue> obiekty są tym samym obiektem; w przeciwnym razie false.

Dotyczy

equal_to(IInputIterator<TValue>)

Określa, czy dany IInputIterator<TValue> obiekt jest taki sam jak bieżący ReverseRandomAccessIterator<TValue> obiekt.

public:
 virtual bool equal_to(Microsoft::VisualC::StlClr::Generic::IInputIterator<TValue> ^ _Right);
public virtual bool equal_to (Microsoft.VisualC.StlClr.Generic.IInputIterator<TValue> _Right);
abstract member equal_to : Microsoft.VisualC.StlClr.Generic.IInputIterator<'Value> -> bool
override this.equal_to : Microsoft.VisualC.StlClr.Generic.IInputIterator<'Value> -> bool
Public Overridable Function equal_to (_Right As IInputIterator(Of TValue)) As Boolean

Parametry

_Right
IInputIterator<TValue>

Obiekt IInputIterator<TValue> do porównania z bieżącym ReverseRandomAccessIterator<TValue> obiektem.

Zwraca

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

Dotyczy