Завершённая 8-я лабораторная. Ура!
This commit is contained in:
parent
f5fb433b76
commit
035b2c4ab5
@ -167,7 +167,6 @@ namespace Airbus
|
|||||||
}
|
}
|
||||||
|
|
||||||
//сравнение
|
//сравнение
|
||||||
|
|
||||||
public bool Equals(AbstractMap? other)
|
public bool Equals(AbstractMap? other)
|
||||||
{
|
{
|
||||||
if (other == null || _map != other._map || _height != other._height || _width != other._width
|
if (other == null || _map != other._map || _height != other._height || _width != other._width
|
||||||
|
Loading…
Reference in New Issue
Block a user