EqualsTo
This method carries out a comparison with another event specified at the input.
Syntax
METHOD EqualsTo : BOOL
VAR_INPUT
ipOther : I_TcEventBase;
END_VAR
Return value
Name | Type | Description |
---|---|---|
EqualsTo | BOOL | Returns TRUE if the events match.
|