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