src/share/classes/javax/naming/ldap/Rdn.java

Print this page

        

*** 350,360 **** * escaping, or UTF8-hex-encoding are considered equal. * The case of the values is ignored during the comparison. * </ul> * <p> * If obj is null or not an instance of Rdn, false is returned. ! * <p> * @param obj object to be compared for equality with this Rdn. * @return true if the specified object is equal to this Rdn. * @see #hashCode() */ public boolean equals(Object obj) { --- 350,360 ---- * escaping, or UTF8-hex-encoding are considered equal. * The case of the values is ignored during the comparison. * </ul> * <p> * If obj is null or not an instance of Rdn, false is returned. ! * * @param obj object to be compared for equality with this Rdn. * @return true if the specified object is equal to this Rdn. * @see #hashCode() */ public boolean equals(Object obj) {