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