X and Y coordinates almost always will be in fraction of a pixel, for example x=49.028388481, y=432.1493800217
You should try something like this:
System -> Compare two values -> Distance(sprite.x, sprite.y, 49, 432)<2
Also, check the MoveTo plugin:
It's easy to use (easier than custom movement) and I think it has "On reached destination" event.