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