Click or drag to resize
Version 1.2

Version v1.2 was released on 02/03/2015.

Changes in This Release
  • Added an AppendMany method to the HashCodeBuilder to support hashing based on member enumerations.

  • Added a new AppendMany overload to the EqualsBuilder to support comparing enumerations of objects that don't implement IEquatable.

  • Eliminated repeat enumerations in EqualsBuilder.AppendMany.

  • Fixed a bug where passing null to EqualsBuilder.Append caused a NullReferenceException.

See Also

Other Resources