[inline]
Equality.
Definition at line 58 of file FXRectangle.h.
References h, w, x, and y.
00058 { return x==r.x && y==r.y && w==r.w && h==r.h; }