Britbot
bool Britbot.Simulator.SimulatedGroup.Equals ( SimulatedGroup  other) [inline, protected]

Definition at line 138 of file SimulatedGroup.cs.

        {
            return this.Id == other.Id && this.Owner == other.Owner && this.FirePower.Equals(other.FirePower) &&
                   this.IsAlive == other.IsAlive && this.ReviveTurn == other.ReviveTurn;
        }