Ejemplo n.º 1
0
 @Override
 @AvailMethod
 boolean o_EqualsCompiledCode(final AvailObject object, final A_RawFunction aCompiledCode) {
   // Compiled code now (2012.06.14) compares by identity because it may
   // have to track references to the source code.
   return object.sameAddressAs(aCompiledCode);
 }