I want to make calendar view in order to support touch interaction.
So I\'d like to build new custom calendar view.
I tried to make mapping function between view offset and rea
This is because you need to use the "equals" method to compare different objects. Using operator "==" will tell you if the objects are identical (do they reside in the exact same memory location), while the "equals" comparison function will tell you if the two objects are logically equivalent.