compareeqdb1recs()
Description
This function compares the first record to the second and return either
.true
or .false
depending on
whether they are equal or not. If either a field data type is not the
same or the values are not equivalent, then the result will be
.false
.
Prototype
compareeqdb1recs
(
type(db1record)
,
type(db1record) r1
)
r2
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
r1 | None | type(db1record) | |
r2 | None | type(db1record) |