MSTest v4.3.0 introduces the Assert.AreEquivalent method that performs a deep equality comparison of two objects, checking that all properties have the same value. In this post, I’ll show you what it can do and how it compares to AwesomeAssertions and Shouldly.