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