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