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