description Learn about the System.Runtime.CompilerServices.RuntimeHelpers.GetHashCode method. The xref:System.Runtime.CompilerServices.RuntimeHelpers.GetHashCode ...
Now if you called GetHashCode() on it multiple times you will get same values. If you restart the app, you will get same values again. But if you do the same thing with record you will get same values ...