[#BloombergLP-bdlc-operator_eq-0e2] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` index clerks have the same value, and `false` otherwise. Two `IndexClerk` objects have the same value if they have the same `nextNewIndex()` and would always generate the same sequence of integer indices. == Synopsis Declared in `<bdlc_indexclerk.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/bdlc/IndexClerk.adoc[IndexClerk] const& lhs, xref:BloombergLP/bdlc/IndexClerk.adoc[IndexClerk] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#