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