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 .
Arguments
object1_id
object2_id
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.