[inline]
Equality.
Definition at line 51 of file FXPoint.h.
References x, and y.
00051 { return x==p.x && y==p.y; }