33 _outputActiveLevel->SetOutput1((NativeActiveLevelEnum)x);
41 _outputActiveLevel->SetOutput2((NativeActiveLevelEnum)x);
49 _outputActiveLevel->SetOutput3((NativeActiveLevelEnum)x);
57 _outputActiveLevel->SetOutput4((NativeActiveLevelEnum)x);
63 return _outputActiveLevel;
68 return pComp1->Output1 == pComp2->Output1
69 && pComp1->Output2 == pComp2->Output2
70 && pComp1->Output3 == pComp2->Output3
71 && pComp1->Output4 == pComp2->Output4;
75 return pComp1->Output1 != pComp2->Output1
76 || pComp1->Output2 != pComp2->Output2
77 || pComp1->Output3 != pComp2->Output3
78 || pComp1->Output4 != pComp2->Output4;