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