Luna::WeakObjRef::operator!=
bool operator!=(const WeakObjRef &rhs) const
Compares two references for non-equality.
Two references are equal if their underlying pointers are either equal or both invalid.
Parameters
-
in rhs
The reference to compare with.
Return value
Returns true
if two references are not equal. Returns false
otherwise.