is.eqbasis: Confirm that two objects of class "Basisfd" are identical
Description
Check all the slots of two basis objects to see that they are identical.
Usage
is.eqbasis(basisobj1, basisobj2)
Arguments
basisobj1
The first basis object to be checked for being identical to the second.
basisobj2
The second basis object to be checked for being identical to the first.
Value
a logical value:
TRUE
if the two basis objects are identical, FALSE
otherwise.