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

Compare two DOFObjectID's for sufficient match, including Attribute extensions.

Sufficient match means both base DOFObjectID's are identical and the self DOFObjectID has exact matches for every attribute extension held by the objectID DOFObjectID. Note that self may contain additional attributes as well.

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