Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/StructuresOutputProperties.cs =================================================================== diff -u -r2e944cbf52d124fd501ed4ed8e991aa50299cc69 -ra163c5f082694baf5cd491ea36baf6fb040fe868 --- Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/StructuresOutputProperties.cs (.../StructuresOutputProperties.cs) (revision 2e944cbf52d124fd501ed4ed8e991aa50299cc69) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/StructuresOutputProperties.cs (.../StructuresOutputProperties.cs) (revision a163c5f082694baf5cd491ea36baf6fb040fe868) @@ -109,9 +109,9 @@ return new TopLevelFaultTreeIllustrationPointProperties[0]; } - bool areClosingSituationsSame = data.GeneralResult - .TopLevelIllustrationPoints - .HasDuplicates(p => p.ClosingSituation); + bool areClosingSituationsSame = !data.GeneralResult + .TopLevelIllustrationPoints + .HasMultipleUniqueValues(p => p.ClosingSituation); return data.GeneralResult .TopLevelIllustrationPoints