Equal

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

METHOD Equal : BOOL
VAR_INPUT
    uuidOther : GUID;
    nOther    : UDINT;
    eOther    : TcEventSeverity;
END_VAR

uuidOther: The event class of type GUID to be compared.

nOther: The event ID to be compared.

eOther: The event of the type TcEventSeverity to be compared.

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