Пример #1
0
 /// <inheritdoc />
 public bool IsSubsetOf(IEnumerable <TBase> other) => SetUtilities.IsSubsetOf(this, other);
Пример #2
0
 /// <inheritdoc />
 public bool IsSubsetOf(IEnumerable <T> other)
 {
     return(SetUtilities.IsSubsetOf(this, other));
 }