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