Returns whether two hash tokens hold the same processed hash.
Declared in <folly/container/detail/F14Table.h>
constexpr
bool
operator==(
F14HashToken const& a,
F14HashToken const& b) noexcept;
True if both tokens hold the same processed hash.
| Name | Description |
|---|---|
| a | The first hash token to compare. |
| b | The second hash token to compare. |