equals.BaseFile {aroma.Base}R Documentation

Checks if this object equals another

Description

Checks if this object equals another.

Usage

## 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.


[Package aroma.Base version 0.4.8 Index]