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