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