Exemplo n.º 1
0
 public static bool LessThanObjUInt(object a, uint b)
 {
     return(PSBinaryComparison.LessThanObjUInt(a, b));
 }