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