예제 #1
0
파일: AhTarget.cs 프로젝트: xerodok/Campah
 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);
 }