Beispiel #1
0
 public bool SetEquals(IEnumerable <T> other) => SetExtensions.SetEquals(this, other);
Beispiel #2
0
 public bool IsProperSubsetOf(IEnumerable <T> other) => SetExtensions.IsProperSubsetOf(this, other);
Beispiel #3
0
 public bool Overlaps(IEnumerable <T> other) => SetExtensions.Overlaps(this, other);
Beispiel #4
0
 public bool IsSupersetOf(IEnumerable <T> other) => SetExtensions.IsSupersetOf(this, other);