Return true if this iterator equals the specified rhs.
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.
true if the iterators point to the same value
| Name | Description |
|---|---|
| rhs | iterator to compare with this iterator |