EqualTo
Value comparison of own object data (status and error information) with the data of another object instance.
METHOD EqualTo : BOOL
VAR_INPUT
ipOther : I_AsyncServiceResultClass;
END_VAR
ipOther: Interface pointer of type I_AsyncServiceResultClass of the object instance whose data are to be compared.
Return parameter: TRUE => data identical, FALSE => data differ.