Example #1
0
 public static bool Equal(BattleConflict bc1, BattleConflict bc2)
 {
     return bc1.Equals(bc2);
 }