Udostępnij za pośrednictwem


ReverseBidirectionalIterator<TValue>.equal_to Metoda

Definicja

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

Przeciążenia

equal_to(IInputIterator<TValue>)

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

equal_to(ReverseBidirectionalIterator<TValue>)

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

equal_to(IInputIterator<TValue>)

Określa, czy dany IInputIterator<TValue> obiekt jest taki sam jak bieżący ReverseBidirectionalIterator<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 ReverseBidirectionalIterator<TValue> obiektem.

Zwraca

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

Dotyczy

equal_to(ReverseBidirectionalIterator<TValue>)

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

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

Parametry

Zwraca

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

Dotyczy