This commit is contained in:
Павел Сорокин 2022-12-02 12:36:48 +04:00
parent dfce1d08e1
commit a56ec182e5

View File

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