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