What\'s your approach on writing equality checks for the structs and classes you create?
structs
classes
1) Does the \"full\" equ
See What is "Best Practice" For Comparing Two Instances of a Reference Type?
You can avoid boiler plate code (hope C#/VS team brings something easy for developers in their next iteration) with the help of a snippet, here is one such..