示例#1
0
 public bool Equals( BuggyObjectBase other )
 {
     return other != null && Name == other.Name && Power == other.Power;
 }
示例#2
0
 public bool Equals(BuggyObjectBase other)
 {
     return(other != null && Name == other.Name && Power == other.Power);
 }