1
Reply

what is the difference between a.Equals(b) and a == b?

Rohatash Kumar

Rohatash Kumar

Jun 08, 2011
5.2k
0

    a.equal(b) handles null values and willnot return error message.

    a==b will generate error when b is null.

    Parvinder Sehrawat
    June 10, 2011
    1