EqualsTo

Call to compare the current timespan with the input timespan.

Syntax

Definition:

METHOD EqualsTo : BOOL
VAR_INPUT
    ipTimespan : I_ALY_Timespan;
END_VAR

EqualsTo 1:Inputs

Name

Type

Description

ipTimespan

I_ALY_Timespan

Interface pointer to an Timespan instance to compare with.

EqualsTo 2:Return value

Name

Type

Description

EqualsTo

BOOL

Returns TRUE if timespans are equal.