add an instance method with the signature equals(self, c) that returns true if the calling circle (that is, self) is equal to the passed circle (that is, c), and false otherwise. two circles are equal if they have the same center location and radius