Returns True if the two points have the identical coordinate. Z coordinate values are checked only if ‘checkZ’ is True. Measures are not compared.
True
point (FMEPoint) – The point to compare to.
checkZ (bool) – If set to True, z coordinate values will be checked.
bool
True if the two points have identical coordinates, False otherwise.
False