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