EqualsToEventEntry

EqualsToEventEntry 1:

This method carries out a comparison with another event specified at the input.

Syntax

METHOD EqualsToEventEntry : BOOL
VAR_INPUT
    OtherEventClass : GUID;
    nOtherEventID   : UDINT;
    eOtherSeverity  : TcEventSeverity;
END_VAR

EqualsToEventEntry 2: Inputs

Name

Type

Description

OtherEventClass

GUID

Event class of the event to be compared.

nOtherEventID

UDINT

Event ID of the event to be compared.

eOtherSeverity

TcEventSeverity

Event severity of the event to be compared.

EqualsToEventEntry 3: Return value

Name

Type

Description

EqualsToEventEntry

BOOL

Returns TRUE if the events match.