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

Compare two DOFObjectID's for equality, including 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.
Zero(FALSE) if the two IDs do not match.
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25