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