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
-
self | The address to be compared. |
addr | The address with which to compare. |
- Return values
-
TRUE | The addresses are equal. |
FALSE | The addresses are not equal. |
- See Also
- DOFAddress_Compare