BaseHash::operator==

Compares two hashes for equality.

Synopsis

Declared in <util/hash_type.h>

bool
operator==(BaseHash<HashType> const& other) const noexcept;

Return Value

True if both hashes are equal.

Parameters

NameDescription
otherThe hash to compare against.