| equals.BaseFile {aroma.Base} | R Documentation |
Checks if this object equals another.
## S3 method for class 'BaseFile': equals(this, other, ...)
other |
Another object. |
... |
Not used. |
If the other object is not a BaseFile object, this method returns FALSE.
Otherwise, as.list() is called on both objects are these are
compared with identical().
Returns TRUE if the objects are equal, otherwise FALSE.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see BaseFile.