예제 #1
0
 private bool GetSizeOf(Comparable obj1, Comparable obj2)
 {
     return(obj1.SizeOf() > obj2.SizeOf());
 }