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