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