Luna::Box::operator==
bool operator==(const Box &rhs) const
Compares two boxes for equality.
Parameters
-
in rhs
The box to compare with.
Return value
Returns true
if two boxes are equal. Returns false
otherwise.
bool operator==(const Box &rhs) const
Compares two boxes for equality.
in rhs
The box to compare with.
Returns true
if two boxes are equal. Returns false
otherwise.