public static bool GreaterThanOrEqualStringObj(string a, object b)
 {
     return(PSBinaryComparison.GreaterThanOrEqualStringObj(a, b));
 }