ContainerRandomAccessIterator<TValue>.Equality Operador

Definição

Determina se dois iteradores são o mesmo objeto.

Sobrecargas

Equality(ContainerRandomAccessIterator<TValue>)

Determina se o objeto dado ContainerRandomAccessIterator<TValue> é igual ao objeto atual ContainerRandomAccessIterator<TValue> .

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

Parâmetros

Devoluções

true se os dois iteradores forem o mesmo objeto; caso contrário, false.

Aplica-se a

Equality(IInputIterator<TValue>)

Determina se o objeto dado IInputIterator<TValue> é igual ao objeto atual ContainerRandomAccessIterator<TValue> .

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

Parâmetros

Devoluções

true se os dois iteradores forem o mesmo objeto; caso contrário, false.

Aplica-se a