コード例 #1
0
 public bool Equals(ImmutableTagSet other) =>
 _tags.SetEquals(other._tags);
コード例 #2
0
 public bool IsSubsetOf(ImmutableTagSet other) => _tags.IsSubsetOf(other._tags);