jhewlett / ValueObject

A micro library for easily creating C# classes with value semantics. No need to override Equals, GetHashCode, et all.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding SequenceEqual checking for IEnumerable fields and properties

almerk opened this issue · comments

commented

Do you think this enhancement maybe usefull for cases, when same properties refer to different collections, but these collections contain same values?