equals.Job: Checks if this job equals another

Description Usage Arguments Details Value Author(s) See Also

Description

Checks if this job equals another.

Usage

1
2
## S3 method for class 'Job'
equals(this, other, ...)

Arguments

other

Another Job.

...

Not used.

Details

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().

Value

Returns TRUE if the jobs are equal, otherwise FALSE.

Author(s)

Henrik Bengtsson

See Also

For more information see Job.


HenrikBengtsson/R.batch documentation built on May 6, 2019, 11:52 p.m.