What is a ".NET identity"?
04:18 22 Jun 2011

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?

.net nhibernate