[#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 this iterator equals the specified `rhs`. == 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; ---- == 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 [cols="1,4"] |=== | Name| Description | *rhs* | iterator to compare with this iterator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#