Ejemplo n.º 1
0
 private static void CompareListTableCommand(ListTableCommand c, ListTableCommand dc)
 {
     Assert.IsFalse(c.LobbyTypes.Except(dc.LobbyTypes).Any());
     Assert.AreEqual(c.LobbyTypes.Length, dc.LobbyTypes.Length);
 }
 private static void CompareListTableCommand(ListTableCommand c, ListTableCommand dc)
 {
     Assert.IsFalse(c.LobbyTypes.Except(dc.LobbyTypes).Any());
     Assert.AreEqual(c.LobbyTypes.Length, dc.LobbyTypes.Length);
 }