contains method

bool contains(
  1. DestinyTalentNodeStepImpactEffects childValue
)

Implementation

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