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 Reply

Your email address will not be published. Required fields are marked *