26 return _multipleSampling->GetProtection();
28 void set(
unsigned int x) {
29 _multipleSampling->SetProtection(x);
33 property unsigned int Warning1 {
35 return _multipleSampling->GetWarning1();
37 void set(
unsigned int x) {
38 _multipleSampling->SetWarning1(x);
42 property unsigned int Warning2 {
44 return _multipleSampling->GetWarning2();
46 void set(
unsigned int x) {
47 _multipleSampling->SetWarning2(x);
53 return _multipleSampling;
58 return pComp1->Protection == pComp2->Protection
59 && pComp1->Warning1 == pComp2->Warning1
60 && pComp1->Warning2 == pComp2->Warning2;
64 return pComp1->Protection != pComp2->Protection
65 || pComp1->Warning1 != pComp2->Warning1
66 || pComp1->Warning2 != pComp2->Warning2;