OpenDOF Project
boolean DOFAddress_IsEqual ( const DOFAddress  self,
const DOFAddress  addr 
)

Compare an address against another for equality.

Refer to DOFAddress_Compare for a description how addresses are compared.

Note
If both parameters are NULL, they are considered equal. If only one is NULL, they are considered not equal.
Parameters
selfThe address to be compared.
addrThe address with which to compare.
Return values
TRUEThe addresses are equal.
FALSEThe addresses are not equal.
See Also
DOFAddress_Compare
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22