OpenDOF Project
boolean DOFObjectID_IsEqualIgnoreAttributes ( const DOFObjectID  self,
const DOFObjectID  objectID 
)

Compare two DOFObjectOIDs, excluding Attribute extensions.

Note
If both parameters are NULL, they are considered equal. If only one is NULL, they are considered not equal.
Parameters
selfThe DOFObjectID to be compared.
objectIDThe DOFObjectID to compare against.
Return values
Non-Zero(TRUE) if the two IDs match exactly, excluding Attribute extensions.
Zero(FALSE) if the two IDs do not match.
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25