2 implementations of IsProperSupersetOf
System (1)
compmod\system\collections\generic\sortedset.cs (1)
1433
public bool
IsProperSupersetOf
(IEnumerable<T> other) {
System.Core (1)
System\Collections\Generic\HashSet.cs (1)
738
public bool
IsProperSupersetOf
(IEnumerable<T> other) {