How to compare two objects (testing for equality) in C#
It's common to need to compare two objects for equality, such as when detecting changes before a save operation. What does it mean to define equality in C#? What is given to you out of the box, and what can you define yourself? Let's take a look!...
Read more
Share