EqualTo

Value comparison of own object data (error information) with the data of another object instance.

METHOD EqualTo : BOOL
VAR_INPUT
    ipOther : I_ServiceErrorClass;
END_VAR

ipOther: Interface pointer of type I_ServiceErrorClass of the object instance whose data is to be compared.

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