ConstReverseRandomAccessIterator<TValue>.Equality Operator

Definition

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

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

Parametrar

Returer

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

Gäller för