Generic Function Dao= (2 methods)
(
dao= < left > < right > &key < test > (test
'eql) )
T if all the slot-values of `LEFT' and `RIGHT'
are the same. If the compared values are not DAO's, they are
compared using `TEST' (which defaults to `EQL'). Otherwise,
they are `DAO='ed, with the same `TEST' argument as specified
in the topmost call of `DAO='. If neither `LEFT' nor `RIGHT'
are DAOs, `TEST' is called.
Method Summary
| dao= < dao > < dao > |
| dao= < t > < t > |