docs
docs copied to clipboard
Clarify record equality
Records do not specifically use reference equality on reference types, they compare members using EqualityComparer<T>.Default.Equals which means that overriden Equality is respected
Internal previews
| 📄 File | 🔗 Preview link |
|---|---|
| docs/csharp/fundamentals/types/records.md | Introduction to record types in C# |