Navigation
Synopsis Equality on datetime values.
Syntax Exp1 == Exp2
Types
Exp1 Exp2 Exp1 == Exp2
datetime datetime bool
Description Yields true if both arguments are identical datetime values and false otherwise.
Examples
rascal>$2010-07-15 == $2010-07-15;
                   ^ Parse error here
rascal>$2010-07-15 == $2010-07-14;
                   ^ Parse error here
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.