示例#1
0
 public bool IsKindOf(CharInfo c)
 {
     return(BitUtils.CompareAnd(this.bits, c.bits, 0, 18));
 }