Exemplo n.º 1
0
 public static bool smethod_53 <T>(ICollection <T> icollection_0, ICollection <T> icollection_1) where T : IComparable
 {
     return(KeyGenerator.smethod_54 <T>(icollection_0, icollection_1, Math.Max(icollection_0.Count, icollection_1.Count)));
 }