NOTE: This Technical Q&A has been
retired. Please see the Technical Q&As
page for current documentation.![]() ![]() |
The Apple Media Tool and Apple Media Tool Programming Environment products have been discontinued. For more information check out: AMT/PE Discontinued. Q: The "string equal" doesn't seem to work reliably. Is this being fixed? A: The "=" operator is not always a "deep equal", and "=" ordinarily compares only two addresses for equality rather than comparing the values at those addresses. The best workaround is to subtract the two strings, and check the result. If the result is zero, the two strings contain the same characters. |
Developer Documentation | Technical Notes | Development Kits | Sample Code |