Example #1
0
 public bool Equals(TypeMask <T> other)
 {
     return(_bits == other._bits);
 }
Example #2
0
 public bool HasBits(TypeMask <T> other)
 {
     return((_bits & other._bits) == other._bits);
 }