Why would you use String.Equals over ==? [duplicate]

I recently was introduced to a large codebase and noticed all string comparisons are done using String.Equals() instead of ==

What’s the reason for this, do you think?

8 Answers
8

Leave a Comment