Пример #1
0
 public static bool operator !=(RangeSet <T> left, RangeSet <T> right)
 {
     return(!RangeOperations <T> .Equals(left, right));
 }
Пример #2
0
 public bool Equals(RangeSet <T> other)
 {
     return(RangeOperations <T> .Equals(this, other));
 }