Returns true if the two rectangles are equal.
Defined in SDL_rect.h
SDL_FORCE_INLINE SDL_bool SDL_RectEquals(const SDL_Rect *a, const SDL_Rect *b);| const SDL_Rect * | a | the first rectangle to test. |
| const SDL_Rect * | b | the second rectangle to test. |
(SDL_bool) Returns SDL_TRUE if the rectangles are equal, SDL_FALSE otherwise.