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

Name

Description

a

The first value to compare.

b

The second value to compare.

Created with MrDocs