contains method

Implementation

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