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
ParameterTypeDescription
pointconst Point&Point The object to compare the current object with

ReturnValue

True if the objects are equal, otherwise - false

See Also