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