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