OMFequal_objs

Synopsis


INTEGER FUNCTION OMFequal_objs(object1_id,
. object2_id)
#include <avs/omf.inc>
INTEGER object1_id(OIDSIZ)
INTEGER object2_id(OIDSIZ)

Description

For a complete description of this function, see OMequal_objs .

Arguments

object1_idobject2_idx
The ids of the objects to be compared, expressed as integers.

Returned value

1 if the object ids are the same; 0 if the object ids are not the same. OM_STAT_ERROR on failure

Examples

none.

See Also

none.