contains method

bool contains(
  1. IgnoreStatus childValue
)

Implementation

bool contains(IgnoreStatus childValue){
    return value & childValue.value == childValue.value;
}