Exemplo n.º 1
0
 public bool Equals( BuggyObjectBase other )
 {
     return other != null && Name == other.Name && Power == other.Power;
 }
Exemplo n.º 2
0
 public bool Equals(BuggyObjectBase other)
 {
     return(other != null && Name == other.Name && Power == other.Power);
 }