Exemplo n.º 1
0
 public static bool GreaterThanOrEqualIntObj(int a, object b)
 {
     return(PSBinaryComparison.GreaterThanOrEqualIntObj(a, b));
 }