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