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.
bool operator==(const Name &rhs) const
Compares two names for equality.
in rhs
The name to compare with.
Returns true
if two names are equal, returns false
otherwise.