Exemple #1
0
 protected bool Equals(AhTarget other)
 {
     return(string.Equals(TargetName, other.TargetName));
 }
Exemple #2
0
 protected bool Equals(AhTarget other)
 {
     return string.Equals(TargetName, other.TargetName);
 }