Return true if the specified hash table buckets lhs and rhs are equivalent and false otherwise.
Declared in <bslalg_hashtablebucket.h>
bool
operator==(
HashTableBucket const& lhs,
HashTableBucket const& rhs);
true if the buckets are equivalent, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand-side bucket to compare |
| rhs | right-hand-side bucket to compare |