bool isSame(Rect other) => topIsSame(other) && leftIsSame(other) && rightIsSame(other) && bottomIsSame(other);