示例#1
0
 protected bool Equals(Crocodile other)
 {
     return(base.Equals(other) && Damage == other.Damage);
 }