Aspose::Pdf::Rectangle::Equals method

Rectangle::Equals method

Check if rectangles are equal i.e. have same position and sizes.

bool Aspose::Pdf::Rectangle::Equals(const System::SharedPtr<Rectangle> &other)
ParameterTypeDescription
otherconst System::SharedPtr<Rectangle>&Rectangle which will be compared.

ReturnValue

True if rectangles are eqals, false otherwise.

See Also