ReverseBidirectionalIterator<TValue>.Equality Operator

Definicja

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

Przeciążenia

Equality(IInputIterator<TValue>)

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

Equality(ReverseBidirectionalIterator<TValue>)

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

Equality(IInputIterator<TValue>)

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

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

Parametry

_Right
IInputIterator<TValue>

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

Zwraca

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

Uwagi

Równoważna metoda dla tego operatora to Object.Equals(Object)

Dotyczy

Equality(ReverseBidirectionalIterator<TValue>)

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

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

Parametry

Zwraca

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

Dotyczy