equal_coords
Description:
Check if a rectangle is equal to a set of parameters.
Returns TRUE if this and x,y width x height are equal.
    
Parameters:
| this | |
| x | X coordinate | 
| y | Y coordinate | 
| width | width of rectangle | 
| height | height of rectangle |