Example #1
0
 public bool equalsAnother(AttributeName another)
 {
     return this.getLocal(AttributeName.HTML) == another.getLocal(AttributeName.HTML);
 }