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