Return true if this iterator equals the specified rhs.
Synopsis
Declared in <balb_performancemonitor.h>
bool
operator==(ConstIterator const& rhs) const;
Description
Return true if the specified rhs iterator points to the same instance of the iterator's value type as "this" iterator, and false otherwise. The behavior of this function is undefined unless the rhs iterator and "this" iterator both iterate over the same collection of Statistics.
Return Value
true if the iterators point to the same value
Parameters
Name |
Description |
rhs |
iterator to compare with this iterator |
Created with MrDocs