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