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