Ejemplo n.º 1
0
 /// <inheritdoc />
 public bool Overlaps(IEnumerable <T> other)
 {
     return(_set.Overlaps(other));
 }