EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

datetime == datetime

Comparison operations.

operator uint == (
   datetime left,
   datetime right
)

Return value

Returns 1 if the datetimes are equal. Otherwise, it returns 0.


datetime != datetime

Comparison operation.

operator uint != (
   datetime left,
   datetime right
)

Return value

Returns 0 if the datetimes are equal. Otherwise, it returns 1.

Related links

Source