예제 #1
0
 public static bool LessThanUIntObj(uint a, object b)
 {
     return(PSBinaryComparison.LessThanUIntObj(a, b));
 }