[inline]
Equality tests.
Definition at line 108 of file FXVec2d.h.
References x, and y.
00108 { return x==v.x && y==v.y; }