System::Drawing::PointF::Equals method
PointF::Equals 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
Parameter | Type | Description |
---|---|---|
point | const PointF& | PointF The object to compare the current object with |
ReturnValue
True if the objects are equal, otherwise - false
See Also
- Class PointF
- Class PointF
- Namespace System::Drawing
- Library Aspose.TeX for C++