コード例 #1
0
ファイル: MSBuildWarning.cs プロジェクト: nvsnkv/logutils
 protected bool Equals( MSBuildWarning other )
 {
     return string.Equals(_warningLine, other._warningLine);
 }
コード例 #2
0
ファイル: MSBuildWarning.cs プロジェクト: nvsnkv/logutils
 protected bool Equals(MSBuildWarning other)
 {
     return(string.Equals(_warningLine, other._warningLine));
 }