index == $other->index && $this->x == $other->x && $this->y == $other->y && $this->height == $other->height && $this->width == $other->width && $this->PDFPage->equals($other->PDFPage); } }