示例#1
0
 public static bool GreaterThanOrEqual(char x, [NotNull] string y) => StringOps.GreaterThanOrEqual(char.ToString(x), y);