/// <inheritdoc />
 public bool Overlaps(IEnumerable <TBase> other) => SetUtilities.Overlaps(this, other);
Beispiel #2
0
 /// <inheritdoc />
 public bool Overlaps(IEnumerable <T> other)
 {
     return(SetUtilities.Overlaps(this, other));
 }