OpenDOF Project
boolean DOFInterfaceID_IsEqual ( const DOFInterfaceID  iid1,
const DOFInterfaceID  iid2 
)

Compare two Interface IDs for equality.

Note
If both parameters are NULL, they are considered equal. If only one is NULL, they are considered not equal.
Parameters
iid1The first DOFInterfaceID to compare.
iid2The second DOFInterfaceID to compare.
Returns
Non-zero (TRUE) if the two IDs match exactly.
Zero (FALSE) if the two IDs do not match.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22