Equality for two polymorphic names.
Declared in <mrdocs/Metadata/Name/NameBase.hpp>
bool
operator==(
Polymorphic<Name> const& a,
Polymorphic<Name> const& b);
true if the objects are equal, false otherwise
| Name | Description |
|---|---|
| a | The left operand |
| b | The right operand |