Udostępnij za pośrednictwem


ContainerBidirectionalIterator<TValue>.equal_to Metoda

Definicja

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

Przeciążenia

equal_to(ContainerBidirectionalIterator<TValue>)

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

equal_to(IInputIterator<TValue>)

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

equal_to(ContainerBidirectionalIterator<TValue>)

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

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

Parametry

Zwraca

true jeśli dwa ContainerBidirectionalIterator<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 ContainerBidirectionalIterator<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 ContainerBidirectionalIterator<TValue> obiektem.

Zwraca

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

Dotyczy