This is lesson 5 of 11 in this module Course 24% complete

Reference Types (part 2)

Premium Content

Sign in with your account or join us to access this lesson.

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.