PIbd-11_Zubkova_S.V._LabWork08_Simple #8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork08"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Проверено
@ -0,0 +42,4 @@
if (x is DrawingGasolineTanker && y is DrawingGasolineTanker)
{
// логика сравнения дополнительных параметров
if ((x.EntityTruck as EntityGasolineTanker).AdditionalColor != (y.EntityTruck as EntityGasolineTanker).AdditionalColor)
Зачем неоднократные вызовы as, если выше уже есть проверка через is?
Pull request closed