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)
| Parameter | Type | Description |
|---|---|---|
| other | const System::SharedPtr<Rectangle>& | Rectangle which will be compared. |
ReturnValue
True if rectangles are eqals, false otherwise.
See Also
- Typedef SharedPtr
- Class Rectangle
- Class Rectangle
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++