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