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