Описание тега semantic-comparison
SemanticComparison is a library for comparing objects for semantic equality.
SemanticComparison is a library for comparing objects for semantic equality. Object can be compared to other object, with equality rules based on the contents of the objects, rather than the place in memory they occupy, or their implementations of the Equals method.
This is useful in unit testing, and has historically been a companion project to AutoFixture.