4243444546474849505152
public synchronized boolean equals(java.lang.Object obj) { if (!(obj instanceof Customer)) { return false; } Customer other = (Customer) obj; if (obj == null) { return false; } if (this == obj) { return true;