Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs =================================================================== diff -u -r4d4b20488a5b3b562c3745f46975a848761c3a19 -r7c151d8a4e8c07771aac050c6bbc003b23724097 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs (.../HeightStructure.cs) (revision 4d4b20488a5b3b562c3745f46975a848761c3a19) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs (.../HeightStructure.cs) (revision 7c151d8a4e8c07771aac050c6bbc003b23724097) @@ -161,7 +161,6 @@ int hashCode = base.GetHashCode(); hashCode = (hashCode * 397) ^ AllowedLevelIncreaseStorage.GetHashCode(); hashCode = (hashCode * 397) ^ CriticalOvertoppingDischarge.GetHashCode(); - hashCode = (hashCode * 397) ^ FailureProbabilityStructureWithErosion.GetHashCode(); hashCode = (hashCode * 397) ^ FlowWidthAtBottomProtection.GetHashCode(); hashCode = (hashCode * 397) ^ LevelCrestStructure.GetHashCode(); hashCode = (hashCode * 397) ^ StorageStructureArea.GetHashCode();