ContainerRandomAccessIterator<TValue>.equal_to Método

Definição

Determina se dois iteradores são o mesmo objeto.

Sobrecargas

equal_to(ContainerRandomAccessIterator<TValue>)

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

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

Parâmetros

Devoluções

true se os dois ContainerRandomAccessIterator<TValue> objetos forem o mesmo objeto; caso contrário, false.

Aplica-se a

equal_to(IInputIterator<TValue>)

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

public:
 virtual bool equal_to(Microsoft::VisualC::StlClr::Generic::IInputIterator<TValue> ^ _Right);
public virtual bool equal_to(Microsoft.VisualC.StlClr.Generic.IInputIterator<TValue> _Right);
abstract member equal_to : Microsoft.VisualC.StlClr.Generic.IInputIterator<'Value> -> bool
override this.equal_to : Microsoft.VisualC.StlClr.Generic.IInputIterator<'Value> -> bool
Public Overridable Function equal_to (_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