示例#1
0
 protected bool Equals( MSBuildWarning other )
 {
     return string.Equals(_warningLine, other._warningLine);
 }
示例#2
0
 protected bool Equals(MSBuildWarning other)
 {
     return(string.Equals(_warningLine, other._warningLine));
 }