Compare the contents of two files.
This works like the UNIX diff command; we return true if the files are the same, and false otherwise.
Differences in line endings are ignored.
See Implementation
Compare the contents of two files.
This works like the UNIX diff command; we return true if the files are the same, and false otherwise.
Differences in line endings are ignored.