mrdocs::operator==

Equality for two polymorphic types.

Synopsis

Declared in <mrdocs/Metadata/Type/TypeBase.hpp>

bool
operator==(
    Polymorphic<Type> const& a,
    Polymorphic<Type> const& b);

Return Value

true if the objects are equal, false otherwise

Parameters

NameDescription
aThe left operand
bThe right operand