Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 198 Bytes

File metadata and controls

4 lines (3 loc) · 198 Bytes

CeremonyGenerator

A C# source generator that can automatically generate an IEquatable<T> interface based on the public properties of T. It also overrides thobject.Equals and GetHashCode.