EqualEx

Value comparison of own object data (status and error information) with external data values.

METHOD EqualEx : BOOL
VAR_INPUT
    eOther  : E_AsyncServiceState;
    stOther : ST_ServiceErrorClass;
END_VAR

eOther: Enumeration type E_AsyncServiceState with the status to be compared.

stOther: Structured variable of type ST_ServiceErrorClass with the error information to be compared.

Return parameter: TRUE => data identical, FALSE => data differ.