ConstReverseBidirectionalIterator<TValue>.Equality Operator

Definicja

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

Przeciążenia

Equality(ConstReverseBidirectionalIterator<TValue>)

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

Equality(IInputIterator<TValue>)

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

Equality(ConstReverseBidirectionalIterator<TValue>)

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

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

Parametry

Zwraca

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

Dotyczy

Equality(IInputIterator<TValue>)

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

Zwraca

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

Dotyczy