@Override
 @AvailMethod
 boolean o_Equals(final AvailObject object, final A_BasicObject another) {
   return another.equalsCompiledCode(object);
 }