Return true if the specified lhs and rhs index clerks have the same value, and false otherwise.
Declared in <bdlc_indexclerk.h>
bool
operator==(
IndexClerk const& lhs,
IndexClerk const& rhs);
Two IndexClerk objects have the same value if they have the same nextNewIndex() and would always generate the same sequence of integer indices.
true if equal, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand-side index clerk |
| rhs | right-hand-side index clerk |