What is the difference between a == b and a.Equals(b)?
a == b
a.Equals(b)
==, It only returns a value of hash code according to their addresses so the different addresses even though the strings or any data which r similar also it returns false....THis s help full for the conditions ,returns boolean value.