Base:
2 references to GetHashCode
MyFrontend (2)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (2)
852
if (unitPrice_ != null) hash ^= UnitPrice.
GetHashCode
();
853
if (oldUnitPrice_ != null) hash ^= OldUnitPrice.
GetHashCode
();