Luna::Name::operator!=
bool operator!=(const Name &rhs) const
Compares two names for non-equality.
Parameters
-
in rhs
The name to compare with.
Return value
Returns true
if two names are not equal, returns false
otherwise.
bool operator!=(const Name &rhs) const
Compares two names for non-equality.
in rhs
The name to compare with.
Returns true
if two names are not equal, returns false
otherwise.