Record Types - Value Based Equality | Learn C#

Описание к видео Record Types - Value Based Equality | Learn C#

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

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

Комментарии

Информация по комментариям в разработке