EqualEx
Value comparison of own object data (error information) with external data values.
METHOD EqualEx : BOOL
VAR_INPUT
stOther : ST_ServiceErrorClass;
END_VAR
stOther: Structured variable of type ST_ServiceErrorClass with the data values to be compared.
Return parameter: TRUE => data identical, FALSE => data differ.