C# 9: Record Types Introduction & Deep-Dive Posted on November 15, 2020 Written by The Curator Record types are immutable reference types that provide value semantics for equality. Don’t worry – record types aren’t as complicated as they sound. Let’s break it all down and Related