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