Ejemplo n.º 1
0
 public static bool operator !=(RangeSet <T> left, RangeSet <T> right)
 {
     return(!RangeOperations <T> .Equals(left, right));
 }
Ejemplo n.º 2
0
 public bool Equals(RangeSet <T> other)
 {
     return(RangeOperations <T> .Equals(this, other));
 }