matchesImplementation abstract method

bool matchesImplementation(
  1. SynthesisResult other
)

Whether two implementations are identical or not

Note: this doesn't include things like the top-level uniquified module name, just contents

Implementation

bool matchesImplementation(SynthesisResult other);