This commit is contained in:
Павел Сорокин 2022-12-02 12:46:55 +04:00
parent a56ec182e5
commit 811bba9e54

View File

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