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