ConstContainerRandomAccessIterator<TValue>.Equality Operator
.NET Framework 3.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 | |
|---|---|---|
|
Equality(IInputIterator<TValue>) | Determines whether the given IInputIterator<TValue> object is the same as the current ConstContainerRandomAccessIterator<TValue> object. |
|
Equality(ConstContainerRandomAccessIterator<TValue>) | Determines whether the given ConstContainerRandomAccessIterator<TValue> object is the same as the current ConstContainerRandomAccessIterator<TValue> object. |