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