Equals()
RectangleF::Equals(const RectangleF&) const method
Determines if the rectangles represented by the current and the specified objects are identical.
bool System::Drawing::RectangleF::Equals(const RectangleF &rect) const
Arguments
Parameter | Type | Description |
---|---|---|
rect | const RectangleF& | The RectangleF object to compare the current object with |
Return Value
True if the rectangles represented by the current and the specified objects are identical, otherwise - false
See Also
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.Slides