OpenDOF Project
int32 DOFObjectID_CompareIgnoreAttributes ( const DOFObjectID  oid1,
const DOFObjectID  oid2 
)

Compare two DOFObjectOIDs, excluding attribute extensions.

Note
If one parameter is NULL, it is considered less than the other. If both are NULL, they are considered equal.
Parameters
oid1The first DOFObjectID to compare.
oid2The second DOFObjectID to compare.
Returns
Zero if exact match.
Positive value if oid1 > oid2.
Negative value if oid1 < oid2.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22