jdk/src/jdk.security.auth/share/classes/com/sun/security/auth/NTUserPrincipal.java
equal
deleted
inserted
replaced
109 * <p> |
109 * <p> |
110 * |
110 * |
111 * @param o Object to be compared for equality with this |
111 * @param o Object to be compared for equality with this |
112 * <code>NTPrincipal</code>. |
112 * <code>NTPrincipal</code>. |
113 * |
113 * |
114 * @return true if the specified Object is equal equal to this |
114 * @return true if the specified Object is equal to this |
115 * <code>NTPrincipal</code>. |
115 * <code>NTPrincipal</code>. |
116 */ |
116 */ |
117 public boolean equals(Object o) { |
117 public boolean equals(Object o) { |
118 if (o == null) |
118 if (o == null) |
119 return false; |
119 return false; |