Last Updated: February 25, 2016
·
340
· rdumont

Comparing Two Objects: How Hard Can It Be?

TL;DR: Comparing the values of simple objects of unknown types in .NET can be a pain. Here is the story of how I achieved it (and the code!).

Read the complete article.