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