Index: DamEngine/trunk/src/Deltares.DamEngine.Data/Geotechnics/CharacteristicPoint.cs =================================================================== diff -u -r6233 -r6235 --- DamEngine/trunk/src/Deltares.DamEngine.Data/Geotechnics/CharacteristicPoint.cs (.../CharacteristicPoint.cs) (revision 6233) +++ DamEngine/trunk/src/Deltares.DamEngine.Data/Geotechnics/CharacteristicPoint.cs (.../CharacteristicPoint.cs) (revision 6235) @@ -118,33 +118,8 @@ { return LocalizationManager.GetTranslatedText(GetType(), CharacteristicPointType.ToString()); } - + /// - /// Determines whether the specified , is equal to this instance. - /// - /// The to compare with this instance. - /// true if the specified is equal to this instance; otherwise, false. - public override bool Equals(object obj) - { - if (obj is not CharacteristicPoint other) - { - return false; - } - - return CompareTo(other) == 0; - } - - /// - /// Returns a hash code for this instance. - /// - /// A hash code for this instance. - /// - public override int GetHashCode() - { - throw new NotImplementedException(); - } - - /// /// Compares the Point of the object. /// ///