Luna::UniquePtr::operator!=
bool operator!=(const UniquePtr &rhs) const
Compares two smart pointers for non-equality.
Parameters
-
in rhs
The smart pointer to compare with.
Return value
Returns true
if two smart pointers are not equal. Returns false
otherwise.