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