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