Community
Participate
Working Groups
using the following EGL e1 ServiceType = ServiceType.EglDedicated; if(e1 == ServiceType.EglDedicated) syslib.writeStdout("e1 == ServiceType.EglDedicated"); else syslib.writeStdout("e1 != ServiceType.EglDedicated"); end generates if ((EglAny.ezeBox(e1) == EglAny.ezeBox(ServiceType.EglDedicated))) { so the compare is != when it should be ==.
*** This bug has been marked as a duplicate of bug 358102 ***