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