Function R1Interval.opEquals

Supports the == and != operators. Return true if two intervals contain the same set of points.

bool opEquals (
  in const(R1Interval) y
) const;