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