ReverseRandomAccessIterator<TValue>.Equality Operator

Definition

Avgör om två iteratorer är samma objekt.

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

Parametrar

Returer

trueom de två iteratorerna är samma objekt; annars . false

Gäller för