public bool Equals(RECT r) { return r.Left == Left && r.Top == Top && r.Right == Right && r.Bottom == Bottom; }
public bool Equals(RECT r) { return(r.Left == Left && r.Top == Top && r.Right == Right && r.Bottom == Bottom); }