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