Browse by Tags

All Tags » comparison (RSS)

Difference is comparison when using equals method or Double Equal to operator by vik20000in

Hi, There are normally two ways to compare 2 objects. One by using == operator and by using the equals method. But these two are not same in the way they implements the comparison. The difference is there in the type of object (reference type or value...
More Posts