Simple implementation to compare two models and return whether they are identical or not.
# Famix-Simple-Diff Simple implementation to compare two models and return whether they are identical or not. ## Baseline ```Smalltalk Metacello new baseline: 'FamixSimpleDiff'; repository: 'github://moosetechnology/Famix-Simple-Diff:main/src'; load ```