What is a ".NET identity"?
I have seen this sentence in the book NHibernate in Action, page 106:
"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 reference types and value types?