Checks if a file equals another
Checks if a file equals another.
## S3 method for class 'GenericDataFile' equals(this, other, ...)
other |
The other |
... |
Not used. |
The two files compared are equal if they have the same pathname.
The two files compared are not equal if:
Argument other is not a GenericDataFile, or
their file sizes differ, or
their file checksums differ.
If none of the above occurs, the two files are considered equal.
Note that subclasses use refined rules.
Henrik Bengtsson
*getFileSize().
*getChecksum().
For more information see GenericDataFile.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.