PathPoint.equal

bool equal(gsk.path_point.PathPoint point2)

Returns whether the two path points refer to the same location on all paths.

Note that the start- and endpoint of a closed contour will compare nonequal according to this definition. Use [gsk.path.Path.isClosed] to find out if the start- and endpoint of a concrete path refer to the same location.

Parameters

point2another [gsk.path_point.PathPoint]

Returns

TRUE if point1 and point2 are equal