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