EqualsToEventEntry
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
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 | Event severity of the event to be compared. |
Return value
Name | Type | Description |
---|---|---|
EqualsToEventEntry | BOOL | Returns TRUE if the events match.
|