All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.templates.java.equals-check-method.ftl Maven / Gradle / Ivy

The newest version!
if (o1 != null) {
	return o1.equals(o2);
} else {
	//o1 == null
	return o2 == null;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy