contains method

bool contains(
  1. DestinyJoinClosedReasons childValue
)

Implementation

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