Rohatash Kumar
what is the difference between a.Equals(b) and a == b?
By Rohatash Kumar in C# on Jun 08 2011
  • Parvinder Sehrawat
    Jun, 2011 10

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

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

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS