EqualsTo

EqualsTo 1:

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

Syntax

METHOD EqualsTo : BOOL
VAR_INPUT
    ipOther : I_TcEventBase;
END_VAR

EqualsTo 2: Inputs

Name

Type

Description

ipOther

I_TcEventBase

Event to be compared

EqualsTo 3: Return value

Name

Type

Description

EqualsTo

BOOL

Returns TRUE if the events match.