OpenDOF Project
int32 DOFInterfaceID_Compare ( const DOFInterfaceID  iid1,
const DOFInterfaceID  iid2 
)

Compare two Interface IDs.

Note
This can also be used as a comparator function for sorting.
If both are NULL, they are considered equal. If only one is NULL, it is considered less than the other.
Parameters
iid1The first DOFInterfaceID to compare.
iid2The second DOFInterfaceID to compare.
Returns
Zero if exact match.
Positive value if iid1 > iid2.
Negative value if iid1 < iid2.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22