972973974975976977978979980981982
jsc.add("if (temp."); jsc.append(name); jsc.append(" == null) "); jsc.indent(); jsc.append("return false;"); jsc.unindent(); jsc.add("else if (!(this."); jsc.append(name); jsc.append(".equals(temp."); jsc.append(name); jsc.append("))) ");
980981982983984985986987988989990
jsc.append(".equals(temp."); jsc.append(name); jsc.append("))) "); jsc.indent(); jsc.add("return false;"); jsc.unindent(); jsc.unindent(); jsc.add("}");//end of != null jsc.add("else if (temp."); jsc.append(name); jsc.append(" != null)");