What is the difference between a.Equals(b) and a == b?
Answer Posted / sreejith k
The following article explains in detail on the difference between various equality operators
http://www.dotnetperls.com/string-equals
The final take is that Equals() require that the string be non-null while == checks for null.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
To wrap up a call to a Web service the standard used is..?
To get the values in two different controls to match which control you use it?
What is smpte vc-1?
What is postback and autopostback in asp.net?
What is viewstategenerator?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What is state management techniques in asp.net?
What does postback mean?
How would you implement inheritance using c#?
What is the good practice to implement validations in aspx page?
What is x xss protection?
What is route in web api?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Where the viewstate is stored after the page postback?
What are directives in asp.net?