Пример #1
0
 public bool IsSubSetOf(CustomBitArray other)
 {
     return other.IsSuperSetOf(this);
 }
Пример #2
0
 public bool IsSubSetOf(CustomBitArray other)
 {
     return(other.IsSuperSetOf(this));
 }