fmeobjects.FMEPoint.equals

FMEPoint.equals(point)

Returns True if the two points have the identical coordinate and measures.

Parameters:point (FMEPoint) – The other point to compare to.
Return type:bool
Returns:True if the two points have identical coordinate and measures, False otherwise.