I was just participating in Stack Overflow question Is everything in .NET an object?.
And one poster (in comments of accepted answer) seemed to think that p
I believe that calling ToString, Equals and Gethashcode result in boxing if the structure does not override the methods.