mrdocs::SymbolID::operator==

Compare two SymbolIDs for equality.

Synopsis

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