Override Equals Method Of Value Types 11 September 2015 Hello everybody. Today I want to give some demo. using System; using System.Diagnostics; namespace StackOverflowQuest { class Program { struct StructTest { public string TestString { get; set; } //public override bool Equals(object obj)... Read more on Override Equals Method Of Value Types...