ContainerRandomAccessIterator<TValue>.equal_to Method
.NET Framework 4.5
Determines whether two iterators are the same object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
equal_to(ContainerRandomAccessIterator<TValue>) | Determines whether the given ContainerRandomAccessIterator<TValue> object is the same as the current ContainerRandomAccessIterator<TValue> object. |
|
equal_to(IInputIterator<TValue>) | Determines whether the given IInputIterator<TValue> object is the same as the current ContainerRandomAccessIterator<TValue> object. |