Equals()

Point::Equals(const Point&) 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::Point::Equals(const Point &point) const

Arguments

ParameterTypeDescription
pointconst Point&Point The object to compare the current object with

Return Value

True if the objects are equal, otherwise - false

See Also