I have seen this sentence in one book:
“Default implementation of Equals(),
defined by System.Object, which uses a
comparison by .NET identity.”
Does .Net Identity mean the memory address allocated in the memory for both for refernce types and value types?
From MSDN:
Does it answer your question?