Eliseev E.E. LabWork08 #9

Closed
ElEgEv wants to merge 8 commits from LabWork08 into LabWork07
Showing only changes of commit 035b2c4ab5 - Show all commits

View File

@ -167,7 +167,6 @@ namespace Airbus
}
//сравнение
public bool Equals(AbstractMap? other)
{
if (other == null || _map != other._map || _height != other._height || _width != other._width