Adds an early return if Position/Offset inputs won't lead to any changes in the Geometry. It now also compares with the read-only Position attribute instead of getting it for write only, to work correctly with Copy-on-Write. Before, the `is_same`-check only worked for geometry created in the node tree. Differential Revision: https://developer.blender.org/D16738