DateTime.equal

Checks to see if dt1 and dt2 are equal. Equal here means that they represent the same moment after converting them to the same time zone. Since 2.26

class DateTime
static
int
equal

Parameters

dt1 DateTime

a GDateTime

dt2 DateTime

a GDateTime

Return Value

Type: int

TRUE if dt1 and dt2 are equal

Meta