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