예제 #1
0
 public static bool LessThanObjInt(object a, int b)
 {
     return(PSBinaryComparison.LessThanObjInt(a, b));
 }