Equals()
PointF::Equals(const PointF&) const method
Determines if the current object and the specified object are equal, i.e. represent the same pair of X and Y coordinates values.
bool System::Drawing::PointF::Equals(const PointF &point) const
Arguments
Parameter | Type | Description |
---|---|---|
point | const PointF& | PointF The object to compare the current object with |
Return Value
True if the objects are equal, otherwise - false
See Also
- Class PointF
- Namespace System::Drawing
- Library Aspose.Slides