Write a Python program which can take length and breadth of a rectangle or a square as input and identify the shape.
(a) Check if length is equal to breadth.
(b) Calculate area based on length and breadth.
(c) Compare area with the square of the side.
(d) Print the shape as either rectangle or square.