示例#1
0
 protected bool Equals(AhTarget other)
 {
     return(string.Equals(TargetName, other.TargetName));
 }
示例#2
0
文件: AhTarget.cs 项目: atom0s/Campah
 protected bool Equals(AhTarget other)
 {
     return string.Equals(TargetName, other.TargetName);
 }