unit testing - Why does Microsoft.VisualStudio.TestTools.UnitTesting.Assert.Equals() exist? -


Details for assurance from MSDN documentation. Excel (): Do not use this method.

This, full details uh .. ok, but then ... why is this? Is this a deprecated method from the earlier version of the framework? Something that is supposed to be used by other Microsoft assemblies only?

It only wants me to know more about what I do not want. ; -)

Does anyone know?

.Equals are inherited from objects listed as "Do not use this method" , So users will not be confused with the usual method.


Comments