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_idxReturned value
1 if the object ids are the same; 0 if the object ids are not the same. OM_STAT_ERROR on failureExamples
none.See Also