fuck alles
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user