CGRectEqualToRect is deprecated. Apple tells to use operator ==.

Using operator == gives compilation error: Invalid operands to binary expression ('const CGRect' and 'const CGRect')

When working with Apple tech, every day is Monday.

#programming #objective_c