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