Equal
Value comparison of own object data (status and error information) with external data values.
METHOD Equal : BOOL
VAR_INPUT
eOther : E_AsyncServiceState;
ipOther : I_ServiceErrorClass;
END_VAR
eOther: Enumeration type E_AsyncServiceState with the status to be compared.
ipOther: Interface pointer of type I_ServiceErrorClass of the object instance with the error information to be compared.
Return parameter: TRUE => data identical, FALSE => data differ.