コード例 #1
0
ファイル: AttributeName.cs プロジェクト: jflam/HtmlParser
 public bool equalsAnother(AttributeName another)
 {
     return this.getLocal(AttributeName.HTML) == another.getLocal(AttributeName.HTML);
 }