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