C#, Programming IT Nursery What’s the difference between IEquatable and just overriding Object.Equals()? I want my Food class to be able to test whenever it is equal to another instance of Food. I will later use it against a List, and I... May 28, 2022 0 Comments