equal
deleted
inserted
replaced
128 * <p> |
128 * <p> |
129 * |
129 * |
130 * @param o Object to be compared for equality with this |
130 * @param o Object to be compared for equality with this |
131 * <code>X500Principal</code>. |
131 * <code>X500Principal</code>. |
132 * |
132 * |
133 * @return true if the specified Object is equal equal to this |
133 * @return true if the specified Object is equal to this |
134 * <code>X500Principal</code>. |
134 * <code>X500Principal</code>. |
135 */ |
135 */ |
136 public boolean equals(Object o) { |
136 public boolean equals(Object o) { |
137 if (o == null) |
137 if (o == null) |
138 return false; |
138 return false; |