Ejemplo n.º 1
0
 public bool Equals(ImmutableTagSet other) =>
 _tags.SetEquals(other._tags);
Ejemplo n.º 2
0
 public bool IsSubsetOf(ImmutableTagSet other) => _tags.IsSubsetOf(other._tags);