public static bool LessThanObjInt(object a, int b)
 {
     return(PSBinaryComparison.LessThanObjInt(a, b));
 }