equals.BaseFile: Checks if this object equals another

Description Usage Arguments Details Value Author(s) See Also

Description

Checks if this object equals another.

Usage

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

Arguments

other

Another object.

...

Not used.

Details

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

Value

Returns TRUE if the objects are equal, otherwise FALSE.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see BaseFile.


HenrikBengtsson/aroma.Base documentation built on May 7, 2019, 1:51 a.m.