Problem #891 C++ using OBJECT ORIENTED PROGRAMMING

Create a class Rectangle to represent rectangles. Overload the == operator to check if two rectangles are equal.

Your Solution