public bool Equals(double x, double y) => CustomComparer.Equals(x, y);
 public bool Equals(float x, float y) => CustomComparer.Equals(x, y);