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