finished equality comparators
This commit is contained in:
@@ -15,4 +15,6 @@ function Base.==(X::ImmutableOrientedShape, Y::ImmutableOrientedShape)
|
||||
else
|
||||
return true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Base.isequal(X:ImmutableOrientedShape, Y::ImmutableOrientedShape) = X == Y
|
||||
|
||||
Reference in New Issue
Block a user