Equivalent(Point)

Checks to see if another point is equivalent to this one.

Declaration Syntax

public bool Equivalent(Point other)

Parameters

other(Point)

Another `Point` instance to compare equivalency against.