1
0

fuck alles

This commit is contained in:
2019-05-21 17:50:08 +02:00
parent a7b988a977
commit 168262ea7b
2 changed files with 84 additions and 52 deletions

View File

@@ -18,7 +18,7 @@ namespace TMI_practicum
public override bool Equals(object obj)
{
return obj is Intersection intersection && this == intersection;
return obj is Intersection && this == (Intersection) obj;
}
public static bool operator ==(Intersection x, Intersection y)
{