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