Ejemplo n.º 1
0
 protected bool Equals( MSBuildWarning other )
 {
     return string.Equals(_warningLine, other._warningLine);
 }
Ejemplo n.º 2
0
 protected bool Equals(MSBuildWarning other)
 {
     return(string.Equals(_warningLine, other._warningLine));
 }