Sorokin_P.V. Lab Work 8 #8

Closed
Pavel_Sorokin wants to merge 9 commits from LabWork08 into LabWork07
Showing only changes of commit a56ec182e5 - Show all commits

View File

@ -146,7 +146,7 @@ namespace Liner
{
return false;
}
var otherMap = other as AbstractMap;
var otherMap = other;
if(otherMap == null)
{
return false;