finished equality comparators

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

View File

@@ -16,3 +16,5 @@ function Base.==(X::ImmutableOrientedShape, Y::ImmutableOrientedShape)
return true
end
end
Base.isequal(X:ImmutableOrientedShape, Y::ImmutableOrientedShape) = X == Y