FLDequal

Synopsis

compare two fields


int FLDequal (
     OMobj_id object1
     OMobj_id object2);

Description

FLDequal compares two fields. If they are identical, not just containing the same values or the same data set, but actually the same field object, it returns 1.

Parameters

object1
object2

The OMobj_ids of the two fields to compare.

Examples

none.

Files

v/fld.v.

See Also

none.