Return true if the specified tables contain the same elements.
Declared in <bslstp_hashtable.h>
static
bool
_M_equal(
hashtable<_Val, _Key, _HF, _ExK, _EqK, _All> const& __ht1,
hashtable<_Val, _Key, _HF, _ExK, _EqK, _All> const& __ht2);
true if the tables contain the same elements
| Name | Description |
|---|---|
| __ht1 | first hash table |
| __ht2 | second hash table |