mrdocs::operator==

Equality for two polymorphic names.

Synopsis

Declared in <mrdocs/Metadata/Name/NameBase.hpp>

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

Return Value

true if the objects are equal, false otherwise

Parameters

NameDescription
aThe left operand
bThe right operand