I want to know, when an object is equal or not equal to another object with the method Assert.AreEqual.
I have to objects, which are tested false. But when I test every single property with AreEqual the tests are successfull.
That would mean equality does not only depend on properties. Could someone explain that?
(It's a theoretical question, I cannot provide any data)