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 `GskPathPoint`

point2

another `GskPathPoint`

Returns:

`TRUE` if this and point2 are equal