Record Types - Value Based Equality | Learn C#

Опубликовано: 15 Май 2026
на канале: Rahul Nath
1,066
33

👉 Learn More about Record Types    • RECORD TYPES | Exploring C# and DOTNET | R...  

Records are types that use value-based equality

What does that mean?

Two variables of a record type are equal if the record type definitions are identical and if, for every field, the values in both records are equal. This is referred to as value-based equality.

Additional Watching
📹C# Series - https://bit.ly/mycsharp
📹 ASP Series - https://bit.ly/asp-net-core-series
📹Azure Series - https://bit.ly/azure-series
📹AWS Series - https://bit.ly/aws-net-series
📹RabbitMQ Series - https://bit.ly/rabbitmq-net-series