Esempio n. 1
0
 public bool IsSubSetOf(CustomBitArray other)
 {
     return other.IsSuperSetOf(this);
 }
Esempio n. 2
0
 public bool IsSubSetOf(CustomBitArray other)
 {
     return(other.IsSuperSetOf(this));
 }