26 return _AgvSensorLeds->GetContaminationLed();
29 _AgvSensorLeds->SetContaminationLed(x);
33 property bool StatusLed {
35 return _AgvSensorLeds->GetStatusLed();
38 _AgvSensorLeds->SetStatusLed(x);
41 property bool LogoLed {
43 return _AgvSensorLeds->GetLogoLed();
46 _AgvSensorLeds->SetLogoLed(x);
52 return _AgvSensorLeds;
57 if (System::Object::ReferenceEquals(pComp1, pComp2))
60 if (System::Object::ReferenceEquals(pComp1,
nullptr) ||
61 System::Object::ReferenceEquals(pComp2,
nullptr)) {
64 return pComp1->ContaminationLed == pComp2->ContaminationLed
65 && pComp1->StatusLed == pComp2->StatusLed
66 && pComp1->LogoLed == pComp2->LogoLed;
70 return !(pComp1 == pComp2);