label38: {
that = (RegisterItemResponseType)o;
if(this.registrationState != null) {
if(this.registrationState.equals(that.registrationState)) {
break label38;
}
} else if(that.registrationState == null) {
break label38;
}
return false;
}