Answer:
This statement is true if and only if both left most bit of both numbers after conversion in 2's complement are different.
Explanation:
If both numbers left most bit is different in 2's complement then no overflow occur and the results of the equation are same.
ADDN (TN (a), TN (b)) = TN (a + b)
This equation satisfies if and only if, 2's complement of both binary number contains left most bit different. If the left most bit of both numbers is same then after addition the bits will be overflowed and result of addition in decimal and then convert to 2's complement will not be equal and above mentioned equation will not be satisfied.
It means that if both numbers have same sign, then 2's complement of both bit have same bits, if we add those numbers in decimal and add by converting them in 2's complement and add them both have different answers.