finished equality comparators

This commit is contained in:
Maxime Vorwerk
2023-08-25 16:22:31 +02:00
parent b9ccf5254e
commit 217f2d88fe

View File

@@ -15,4 +15,6 @@ function Base.==(X::ImmutableOrientedShape, Y::ImmutableOrientedShape)
else
return true
end
end
end
Base.isequal(X:ImmutableOrientedShape, Y::ImmutableOrientedShape) = X == Y