This topic has not yet been rated - Rate this topic

ConstContainerRandomAccessIterator<TValue>.Equality Operator

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.

  NameDescription
Public operator Equality(IInputIterator<TValue>) Determines whether the given IInputIterator<TValue> object is the same as the current ConstContainerRandomAccessIterator<TValue> object.
Public operator Equality(ConstContainerRandomAccessIterator<TValue>) Determines whether the given ConstContainerRandomAccessIterator<TValue> object is the same as the current ConstContainerRandomAccessIterator<TValue> object.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.