示例#1
0
 public boolean equals(Object obj) {
   if (super.equals(obj)) return fRoot.equals(((ClasspathResource) obj).fRoot);
   return false;
 }