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