Example #1
0
 public virtual bool Equals(NumericRangeList <T> other)
 {
     return(NumericRangeCollectionComparer <T> .Default.Equals(this, other));
 }
Example #2
0
 public virtual int CompareTo(NumericRangeList <T> other)
 {
     return(NumericRangeCollectionComparer <T> .Default.Compare(this, other));
 }