[#BloombergLP-balb-PerformanceMonitor-ConstIterator-operator_eq] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/PerformanceMonitor.adoc[PerformanceMonitor]::xref:BloombergLP/balb/PerformanceMonitor/ConstIterator.adoc[ConstIterator]::operator== :relfileprefix: ../../../../ :mrdocs: 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. == Synopsis Declared in `<balb_performancemonitor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==(xref:BloombergLP/balb/PerformanceMonitor/ConstIterator.adoc[ConstIterator] const& rhs) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#