Compares two FastTypeIdType values for equality.
Declared in <absl/base/fast_type_id.h>
constexpr
bool
operator==(
FastTypeIdType a,
FastTypeIdType b);
true if a and b identify the same type, false otherwise.
| Name | Description |
|---|---|
| a | The first value to compare. |
| b | The second value to compare. |