operator & method

int operator &(
  1. IgnoreStatus item
)

Implementation

int operator & (IgnoreStatus item){
  return value & item.value;
}