mrdocs::SymbolID::operator==

Compare two SymbolIDs for equality.

Synopsis

Declared in <mrdocs/Metadata/Symbol/SymbolID.hpp>

constexpr
bool
operator==(SymbolID const& other) const noexcept = default;

Return Value

true if the objects are equal, false otherwise

Parameters

Name Description

other

The right operand

Created with MrDocs