absl::operator==

Compares two FastTypeIdType values for equality.

Synopsis

Declared in <absl/base/fast_type_id.h>

constexpr
bool
operator==(
    FastTypeIdType a,
    FastTypeIdType b);

Return Value

true if a and b identify the same type, false otherwise.

Parameters

NameDescription
aThe first value to compare.
bThe second value to compare.