folly::operator==

Returns whether two hash tokens hold the same processed hash.

Synopsis

Declared in <folly/container/detail/F14Table.h>

constexpr
bool
operator==(
    F14HashToken const& a,
    F14HashToken const& b) noexcept;

Return Value

True if both tokens hold the same processed hash.

Parameters

NameDescription
aThe first hash token to compare.
bThe second hash token to compare.