Exemple #1
0
 /// <inheritdoc />
 public bool IsSubsetOf(IEnumerable <T> other)
 {
     return(_set.IsSubsetOf(other));
 }