Exemplo n.º 1
0
 protected bool Equals(AhTarget other)
 {
     return(string.Equals(TargetName, other.TargetName));
 }
Exemplo n.º 2
0
 protected bool Equals(AhTarget other)
 {
     return string.Equals(TargetName, other.TargetName);
 }