Description Usage Arguments Details Value Author(s) See Also
Checks if this job equals another.
1 2 | ## S3 method for class 'Job'
equals(this, other, ...)
|
other |
Another Job. |
... |
Not used. |
If the other object is not a Job object, this method returns FALSE.
Otherwise, *getPath() is called on both objects and these are
compared with identical().
Returns TRUE if the jobs are equal, otherwise FALSE.
Henrik Bengtsson
For more information see Job.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.