Luna::Name::operator==

bool operator==(const Name &rhs) const

Compares two names for equality.

Parameters

  • in rhs

    The name to compare with.

Return value

Returns true if two names are equal, returns false otherwise.