Luna::Box::operator!=

bool operator!=(const Box &rhs) const

Compares two boxes for non-equality.

Parameters

  • in rhs

    The box to compare with.

Return value

Returns true if two boxes are not equal. Returns false otherwise.