Поделиться через


ContainerRandomAccessIterator<TValue>.Equality Оператор

Определение

Определяет, являются ли два итератора одним и тем же объектом.

Перегрузки

Equality(ContainerRandomAccessIterator<TValue>)

Определяет, совпадает ли заданный объект ContainerRandomAccessIterator<TValue> с текущим объектом ContainerRandomAccessIterator<TValue>.

Equality(IInputIterator<TValue>)

Определяет, совпадает ли заданный объект IInputIterator<TValue> с текущим объектом ContainerRandomAccessIterator<TValue>.

Equality(ContainerRandomAccessIterator<TValue>)

Определяет, совпадает ли заданный объект ContainerRandomAccessIterator<TValue> с текущим объектом 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

Параметры

_Right
ContainerRandomAccessIterator<TValue>

Объект ContainerRandomAccessIterator<TValue>, сравниваемый с текущим объектом ContainerRandomAccessIterator<TValue>.

Возвращаемое значение

true, если оба итератора представляют собой один и тот же объект, в противном случае — false.

Применяется к

Equality(IInputIterator<TValue>)

Определяет, совпадает ли заданный объект IInputIterator<TValue> с текущим объектом 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

Параметры

_Right
IInputIterator<TValue>

Объект IInputIterator<TValue>, сравниваемый с текущим объектом ContainerRandomAccessIterator<TValue>.

Возвращаемое значение

true, если оба итератора представляют собой один и тот же объект, в противном случае — false.

Применяется к