25 return _rawError->GetErrorCode();
29 _rawError->SetErrorCode(x);
32 property int ErrorDate {
34 return _rawError->GetErrorDate();
38 _rawError->SetErrorDate(x);
43 if (System::Object::ReferenceEquals(pComp1, pComp2))
46 if (System::Object::ReferenceEquals(pComp1,
nullptr) ||
47 System::Object::ReferenceEquals(pComp2,
nullptr)) {
51 pComp1->ErrorDate == pComp2->ErrorDate;
55 return !(pComp1 == pComp2);