public virtual bool Equals(NumericRangeCollection <T> other)
 {
     return(NumericRangeCollectionComparer <T> .Default.Equals(this, other));
 }
 public virtual int CompareTo(NumericRangeCollection <T> other)
 {
     return(NumericRangeCollectionComparer <T> .Default.Compare(this, other));
 }