Reference Types (part 2)
The lesson demonstrates how assigning a reference type copies only the 8-byte memory address rather than the object, explains why the == operator compares references by default, and shows when to use .Equals() to compare object contents instead of memory addresses.
Previous Module
.NET Runtime Memory Management
This Module
The .NET Type System