equal


Description:

public bool equal (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 [method@Gsk.Path.is_closed] to find out if the start- and endpoint of a concrete path refer to the same location.

Parameters:

this

a path point

point2

another path point

Returns:

true if this and point2 are equal