LimitCarveCalculator Edit Window was changed
This commit is contained in:
@@ -19,5 +19,15 @@ namespace StructureHelperCommon.Infrastructures.Settings
|
||||
{
|
||||
Color = ColorProcessor.GetRandomColor();
|
||||
}
|
||||
|
||||
public override bool Equals(object? obj)
|
||||
{
|
||||
var item = obj as LimitStateEntity;
|
||||
if (item.LimitState == LimitState & item.Name == Name & item.ShortName == ShortName)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user