public bool Equals( BuggyObjectBase other ) { return other != null && Name == other.Name && Power == other.Power; }
public bool Equals(BuggyObjectBase other) { return(other != null && Name == other.Name && Power == other.Power); }