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