ReverseRandomAccessIterator<TValue>.Equality(ReverseRandomAccessIterator<TValue>) Operador
Definição
Determina se dois iteradores são o mesmo objeto.Determines whether two iterators are the same object.
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
Parâmetros
O objeto ReverseRandomAccessIterator<TValue> a ser comparado com o objeto ReverseRandomAccessIterator<TValue> atual.The ReverseRandomAccessIterator<TValue> object to compare with the current ReverseRandomAccessIterator<TValue> object.
Retornos
true se os dois iteradores forem o mesmo objeto; caso contrário, false.true if the two iterators are the same object; otherwise, false.