This blog shows the similarities between Class and Struct
  • Both are user defined types.
  • Both of them can have constructor without parameter and with parameter.
  • Both can have delegates and events.
  • Both can have methods, properties , fields, constants , enumerations, events.
Next Recommended Reading
Relation Between Classes