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