示例#1
0
 protected override bool IsSupersetOf(ImmSortedSet <T> other)
 {
     return(Root.IsSupersetOf(other.Root));
 }