예제 #1
0
 public static bool IsSameCount <T>(this IQueryable <T> source, IQueryable <T> that)
 {
     return(CollJudge.IsSameCount(source, that));
 }
예제 #2
0
 public static bool IsSameCount <T>(this ICollection <T> source, ICollection <T> that)
 {
     return(CollJudge.IsSameCount(source, that));
 }