public static bool GreaterThanUIntObj(uint a, object b)
 {
     return(PSBinaryComparison.GreaterThanUIntObj(a, b));
 }