jdk/src/jdk.security.auth/share/classes/com/sun/security/auth/NTSidUserPrincipal.java
equal
deleted
inserted
replaced
83 * <p> |
83 * <p> |
84 * |
84 * |
85 * @param o Object to be compared for equality with this |
85 * @param o Object to be compared for equality with this |
86 * <code>NTSidUserPrincipal</code>. |
86 * <code>NTSidUserPrincipal</code>. |
87 * |
87 * |
88 * @return true if the specified Object is equal equal to this |
88 * @return true if the specified Object is equal to this |
89 * <code>NTSidUserPrincipal</code>. |
89 * <code>NTSidUserPrincipal</code>. |
90 */ |
90 */ |
91 public boolean equals(Object o) { |
91 public boolean equals(Object o) { |
92 if (o == null) |
92 if (o == null) |
93 return false; |
93 return false; |