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