Return true if the specified lhs and rhs have the same value.
Declared in <bslstl_hashtablebucketiterator.h>
template<
class VALUE_TYPE,
class DIFFERENCE_TYPE>
bool
operator==(
HashTableBucketIterator<VALUE_TYPE const, DIFFERENCE_TYPE> const& lhs,
HashTableBucketIterator<VALUE_TYPE const, DIFFERENCE_TYPE> const& rhs);
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | first iterator to compare |
| rhs | second iterator to compare |