Returns true if the arguments are equal to each other and false otherwise.
public static boolean equals(Object o1,
Object o2)
Returns true if the arguments are equal to each other and false otherwise. Similar to Objects.equals(java.lang.Object, java.lang.Object), except that null is never passed to an equals method.