Did you know… boxing / unboxing
August 19th, 2007… when you define a value type (structure) it’s a good idea to override System.Object’s virtual methods – ToString, Equals and GetHash. If you don’t, the framework will perform “boxing” when calling these methods. It can significantly slow your application.
